Skip to content

Commit

Permalink
Allow replica startup on misconfig by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Nov 30, 2024
1 parent da73cae commit 373f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/access/transam/xlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static TimestampTz recoveryTargetTime;
const char *recoveryTargetName;
XLogRecPtr recoveryTargetLSN;
int recovery_min_apply_delay = 0;
bool allowReplicaMisconfig = false; /* NEON: GUC is defined in neon extension */
bool allowReplicaMisconfig = true; /* NEON: GUC is defined in neon extension */

/* options formerly taken from recovery.conf for XLOG streaming */
bool StandbyModeRequested = false;
Expand Down

0 comments on commit 373f9de

Please sign in to comment.