Skip to content

Commit

Permalink
[bitnami/pgbouncer] Set PGBOUNCER_IGNORE_STARTUP_PARAMETERS default v… (
Browse files Browse the repository at this point in the history
#52335)

[bitnami/pgbouncer] Set PGBOUNCER_IGNORE_STARTUP_PARAMETERS default value to the extra_float_digits.

Signed-off-by: Dalibor Plavcic <9079844+dplavcic@users.noreply.github.com>
  • Loading branch information
dplavcic authored Nov 24, 2023
1 parent b93f56c commit 21adf2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export PGBOUNCER_DEFAULT_POOL_SIZE="${PGBOUNCER_DEFAULT_POOL_SIZE:-}"
export PGBOUNCER_MIN_POOL_SIZE="${PGBOUNCER_MIN_POOL_SIZE:-}"
export PGBOUNCER_RESERVE_POOL_SIZE="${PGBOUNCER_RESERVE_POOL_SIZE:-}"
export PGBOUNCER_RESERVE_POOL_TIMEOUT="${PGBOUNCER_RESERVE_POOL_TIMEOUT:-}"
export PGBOUNCER_IGNORE_STARTUP_PARAMETERS="${PGBOUNCER_IGNORE_STARTUP_PARAMETERS:-}"
export PGBOUNCER_IGNORE_STARTUP_PARAMETERS="${PGBOUNCER_IGNORE_STARTUP_PARAMETERS:-extra_float_digits}"
export PGBOUNCER_STATS_PERIOD="${PGBOUNCER_STATS_PERIOD:-60}"
export PGBOUNCER_MAX_PREPARED_STATEMENTS="${PGBOUNCER_MAX_PREPARED_STATEMENTS:-}"
export PGBOUNCER_EXTRA_FLAGS="${PGBOUNCER_EXTRA_FLAGS:-}"
Expand Down

0 comments on commit 21adf2c

Please sign in to comment.