diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index c13be753ea9..644c52ea417 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -763,7 +763,7 @@ CheckSlotRequirements(void) if (wal_level < WAL_LEVEL_REPLICA) ereport(ERROR, (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), - errmsg("replication slots can only be used if wal_level >= archive"))); + errmsg("replication slots can only be used if wal_level >= replica"))); } /* |