Skip to content

Commit a3fb382

Browse files
committed
Fix copy-paste error in errhint() introduced in 691d79a.
Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f26cb@2ndquadrant.com Backpatch: 9.4-, like the previous commit
1 parent 55f3d10 commit a3fb382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ RestoreSlotFromDisk(const char *name)
15241524
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
15251525
errmsg("logical replication slot \"%s\" exists, but wal_level < logical",
15261526
NameStr(cp.slotdata.name)),
1527-
errhint("Change wal_level to be replica or higher.")));
1527+
errhint("Change wal_level to be logical or higher.")));
15281528
else if (wal_level < WAL_LEVEL_REPLICA)
15291529
ereport(FATAL,
15301530
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy