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 1dc0548 commit a16e8b4Copy full SHA for a16e8b4
src/backend/replication/slot.c
@@ -1308,7 +1308,7 @@ RestoreSlotFromDisk(const char *name)
1308
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
1309
errmsg("logical replication slot \"%s\" exists, but wal_level < logical",
1310
NameStr(cp.slotdata.name)),
1311
- errhint("Change wal_level to be replica or higher.")));
+ errhint("Change wal_level to be logical or higher.")));
1312
else if (wal_level < WAL_LEVEL_REPLICA)
1313
ereport(FATAL,
1314
0 commit comments