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 92154ef commit b7301e3Copy full SHA for b7301e3
src/backend/replication/slot.c
@@ -1258,7 +1258,7 @@ RestoreSlotFromDisk(const char *name)
1258
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
1259
errmsg("logical replication slot \"%s\" exists, but wal_level < logical",
1260
NameStr(cp.slotdata.name)),
1261
- errhint("Change wal_level to be replica or higher.")));
+ errhint("Change wal_level to be logical or higher.")));
1262
else if (wal_level < WAL_LEVEL_ARCHIVE)
1263
ereport(FATAL,
1264
0 commit comments