Skip to content

Commit

Permalink
Let pg to calc wal_buffers, see #14
Browse files Browse the repository at this point in the history
  • Loading branch information
andreif committed Apr 8, 2016
1 parent 112725d commit f0b6383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_settings-9.3-64
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ vacuum_freeze_table_age 150000000 Client Connection Defaults / Statement Behavi
vacuum_multixact_freeze_min_age 5000000 Client Connection Defaults / Statement Behavior Minimum age at which VACUUM should freeze a MultiXactId in a table row. \N user integer 0 1000000000 \N 5000000
vacuum_multixact_freeze_table_age 150000000 Client Connection Defaults / Statement Behavior Multixact age at which VACUUM should scan whole table to freeze tuples. \N user integer 0 2000000000 \N 150000000
wal_block_size 8192 Preset Options Shows the block size in the write ahead log. \N internal integer 8192 8192 \N 8192
wal_buffers 2048 8kB Write-Ahead Log / Settings Sets the number of disk-page buffers in shared memory for WAL. \N postmaster integer 4 2147483647 \N 8
wal_buffers -1 8kB Write-Ahead Log / Settings Sets the number of disk-page buffers in shared memory for WAL. \N postmaster integer 4 2147483647 \N 8
wal_keep_segments 0 Replication / Sending Servers Sets the number of WAL files held for standby servers. \N sighup integer 0 2147483647 \N 0
wal_level minimal \N Write-Ahead Log / Settings Set the level of information written to the WAL. \N postmaster enum \N \N {minimal,archive,hot_standby} minimal
wal_receiver_status_interval 10 s Replication / Standby Servers Sets the maximum interval between WAL receiver status reports to the primary. \N sighup integer 0 2147483 \N 10
Expand Down
2 changes: 1 addition & 1 deletion pg_settings-9.4-64
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ vacuum_freeze_table_age 150000000 Client Connection Defaults / Statement Behavi
vacuum_multixact_freeze_min_age 5000000 Client Connection Defaults / Statement Behavior Minimum age at which VACUUM should freeze a MultiXactId in a table row. \N user integer 0 1000000000 \N 5000000
vacuum_multixact_freeze_table_age 150000000 Client Connection Defaults / Statement Behavior Multixact age at which VACUUM should scan whole table to freeze tuples. \N user integer 0 2000000000 \N 150000000
wal_block_size 8192 Preset Options Shows the block size in the write ahead log. \N internal integer 8192 8192 \N 8192
wal_buffers 2048 8kB Write-Ahead Log / Settings Sets the number of disk-page buffers in shared memory for WAL. \N postmaster integer 4 2147483647 \N 8
wal_buffers -1 8kB Write-Ahead Log / Settings Sets the number of disk-page buffers in shared memory for WAL. \N postmaster integer 4 2147483647 \N 8
wal_keep_segments 0 Replication / Sending Servers Sets the number of WAL files held for standby servers. \N sighup integer 0 2147483647 \N 0
wal_level minimal \N Write-Ahead Log / Settings Set the level of information written to the WAL. \N postmaster enum \N \N {minimal,archive,hot_standby} minimal
wal_log_hints off \N Write-Ahead Log / Settings Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification. \N superuser bool \N \N \N off
Expand Down

0 comments on commit f0b6383

Please sign in to comment.