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 @@ -1306,13 +1306,13 @@ RestoreSlotFromDisk(const char *name)
1306
1306
if (cp .slotdata .database != InvalidOid && wal_level < WAL_LEVEL_LOGICAL )
1307
1307
ereport (FATAL ,
1308
1308
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
1309
- errmsg ("logical replication slots \"%s\" exists, but wal_level < logical" ,
1309
+ errmsg ("logical replication slot \"%s\" exists, but wal_level < logical" ,
1310
1310
NameStr (cp .slotdata .name )),
1311
1311
errhint ("Change wal_level to be replica or higher." )));
1312
1312
else if (wal_level < WAL_LEVEL_REPLICA )
1313
1313
ereport (FATAL ,
1314
1314
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
1315
- errmsg ("physical replication slots \"%s\" exists, but wal_level < replica" ,
1315
+ errmsg ("physical replication slot \"%s\" exists, but wal_level < replica" ,
1316
1316
NameStr (cp .slotdata .name )),
1317
1317
errhint ("Change wal_level to be replica or higher." )));
1318
1318
You can’t perform that action at this time.
0 commit comments