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