mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
A few follow-up fixes for GUC name quoting
Fixups for 17974ec259
: Some messages were missed (and some were new
since the patch was originally proposed), and there was a typo
introduced.
This commit is contained in:
@@ -1047,7 +1047,7 @@ ValidateSlotSyncParams(int elevel)
|
||||
if (wal_level < WAL_LEVEL_LOGICAL)
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("slot synchronization requires wal_level >= \"logical\""));
|
||||
errmsg("slot synchronization requires \"wal_level\" >= \"logical\""));
|
||||
|
||||
/*
|
||||
* A physical replication slot(primary_slot_name) is required on the
|
||||
|
Reference in New Issue
Block a user