8000
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 55f3d10 commit a3fb382Copy full SHA for a3fb382
src/backend/replication/slot.c
@@ -1524,7 +1524,7 @@ RestoreSlotFromDisk(const char *name)
1524
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
1525
errmsg("logical replication slot \"%s\" exists, but wal_level < logical",
1526
NameStr(cp.slotdata.name)),
1527
- errhint("Change wal_level to be replica or higher.")));
+ errhint("Change wal_level to be logical or higher.")));
1528
else if (wal_level < WAL_LEVEL_REPLICA)
1529
ereport(FATAL,
1530
0 commit comments