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 99f3b56 commit 4dcd4daCopy full SHA for 4dcd4da
src/backend/replication/slot.c
@@ -763,7 +763,7 @@ CheckSlotRequirements(void)
763
if (wal_level < WAL_LEVEL_REPLICA)
764
ereport(ERROR,
765
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
766
- errmsg("replication slots can only be used if wal_level >= archive")));
+ errmsg("replication slots can only be used if wal_level >= replica")));
767
}
768
769
/*
0 commit comments