We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da33cb commit 9c7049eCopy full SHA for 9c7049e
src/backend/replication/slot.c
@@ -1515,7 +1515,7 @@ RestoreSlotFromDisk(const char *name)
1515
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
1516
errmsg("logical replication slot \"%s\" exists, but wal_level < logical",
1517
NameStr(cp.slotdata.name)),
1518
- errhint("Change wal_level to be replica or higher.")));
+ errhint("Change wal_level to be logical or higher.")));
1519
else if (wal_level < WAL_LEVEL_REPLICA)
1520
ereport(FATAL,
1521
0 commit comments