mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 14:57:39 +08:00
Fix error message from wal_level value renaming
found by Ian Barwick
This commit is contained in:
@ -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")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user