mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Merge synchronous_replication setting into synchronous_commit.
This means one less thing to configure when setting up synchronous replication, and also avoids some ambiguity around what the behavior should be when the settings of these variables conflict. Fujii Masao, with additional hacking by me.
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
#include "utils/ps_status.h"
|
||||
|
||||
/* User-settable parameters for sync rep */
|
||||
bool synchronous_replication = false; /* Only set in user backends */
|
||||
char *SyncRepStandbyNames;
|
||||
|
||||
#define SyncStandbysDefined() \
|
||||
|
Reference in New Issue
Block a user