aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/guc_tables.h
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-07-19 08:59:55 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2011-07-19 08:59:55 +0100
commit4bd8ed31b76fde16ee00c123751e25019e4d9854 (patch)
tree3af5cec13390a95855e4d720168ee5af06c80aed /src/include/utils/guc_tables.h
parent6307fff3586294214e3f256035b82bbba9a9054a (diff)
downloadpostgresql-4bd8ed31b76fde16ee00c123751e25019e4d9854.tar.gz
postgresql-4bd8ed31b76fde16ee00c123751e25019e4d9854.zip
Introduce sending servers as new category for replication params
Fujii Masao
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r--src/include/utils/guc_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h
index d3b25812a02..84e9fb54d2f 100644
--- a/src/include/utils/guc_tables.h
+++ b/src/include/utils/guc_tables.h
@@ -69,6 +69,7 @@ enum config_group
WAL_CHECKPOINTS,
WAL_ARCHIVING,
REPLICATION,
+ REPLICATION_SENDING,
REPLICATION_MASTER,
REPLICATION_STANDBY,
QUERY_TUNING,