File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1513,13 +1513,13 @@ RestoreSlotFromDisk(const char *name)
1513
1513
if (cp .slotdata .database != InvalidOid && wal_level < WAL_LEVEL_LOGICAL )
1514
1514
ereport (FATAL ,
1515
1515
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
1516
- errmsg ("logical replication slots \"%s\" exists, but wal_level < logical" ,
1516
+ errmsg ("logical replication slot \"%s\" exists, but wal_level < logical" ,
1517
1517
NameStr (cp .slotdata .name )),
1518
1518
errhint ("Change wal_level to be replica or higher." )));
1519
1519
else if (wal_level < WAL_LEVEL_REPLICA )
1520
1520
ereport (FATAL ,
1521
1521
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
1522
- errmsg ("physical replication slots \"%s\" exists, but wal_level < replica" ,
1522
+ errmsg ("physical replication slot \"%s\" exists, but wal_level < replica" ,
1523
1523
NameStr (cp .slotdata .name )),
1524
1524
errhint ("Change wal_level to be replica or higher." )));
1525
1525
You can’t perform that action at this time.
0 commit comments