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 @@ -1256,13 +1256,13 @@ RestoreSlotFromDisk(const char *name)
1256
1256
if (cp .slotdata .database != InvalidOid && wal_level < WAL_LEVEL_LOGICAL )
1257
1257
ereport (FATAL ,
1258
1258
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
1259
- errmsg ("logical replication slots \"%s\" exists, but wal_level < logical" ,
1259
+ errmsg ("logical replication slot \"%s\" exists, but wal_level < logical" ,
1260
1260
NameStr (cp .slotdata .name )),
1261
1261
errhint ("Change wal_level to be replica or higher." )));
1262
1262
else if (wal_level < WAL_LEVEL_ARCHIVE )
1263
1263
ereport (FATAL ,
1264
1264
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
1265
- errmsg ("physical replication slots \"%s\" exists, but wal_level < archive" ,
1265
+ errmsg ("physical replication slot \"%s\" exists, but wal_level < archive" ,
1266
1266
NameStr (cp .slotdata .name )),
1267
1267
errhint ("Change wal_level to be archive or higher." )));
1268
1268
You can’t perform that action at this time.
0 commit comments