1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Introduce sending servers as new category for replication params

Fujii Masao
This commit is contained in:
Simon Riggs
2011-07-19 08:59:55 +01:00
parent 6307fff358
commit 4bd8ed31b7
3 changed files with 15 additions and 7 deletions

View File

@ -69,6 +69,7 @@ enum config_group
WAL_CHECKPOINTS,
WAL_ARCHIVING,
REPLICATION,
REPLICATION_SENDING,
REPLICATION_MASTER,
REPLICATION_STANDBY,
QUERY_TUNING,