summaryrefslogtreecommitdiff
path: root/src/include/replication
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-03-10 14:57:02 -0500
committerRobert Haas <rhaas@postgresql.org>2011-03-10 14:57:02 -0500
commit64360987953e450e53098e6b79d89c5b80dc7842 (patch)
treeff510bde3ea2608a9966f198fb30449757ccc483 /src/include/replication
parentd16e290a8a52d76d01ef1d70f8c33336942a0870 (diff)
downloadpostgresql-64360987953e450e53098e6b79d89c5b80dc7842.tar.gz
Minor sync rep corrections.
Fujii Masao, with a bit of additional wordsmithing by me.
Diffstat (limited to 'src/include/replication')
-rw-r--r--src/include/replication/syncrep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h
index fb86e9e8d6..1c6d39238c 100644
--- a/src/include/replication/syncrep.h
+++ b/src/include/replication/syncrep.h
@@ -29,7 +29,6 @@
/* user-settable parameters for synchronous replication */
extern bool sync_rep_mode;
-extern int sync_rep_timeout;
extern char *SyncRepStandbyNames;
/* called by user backend */
@@ -44,6 +43,6 @@ extern void SyncRepReleaseWaiters(void);
/* called by various procs */
extern int SyncRepWakeQueue(bool all);
-const char *assign_synchronous_standby_names(const char *newval, bool doit, GucSource source);
+extern const char *assign_synchronous_standby_names(const char *newval, bool doit, GucSource source);
#endif /* _SYNCREP_H */