index c13be753ea95657f84455844f8f8cb1eabf3d8ce..644c52ea4176b7d1fdf6e1a5d1b94923d51f871f 100644 (file)
if (wal_level < WAL_LEVEL_REPLICA)
ereport(ERROR,
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
- errmsg("replication slots can only be used if wal_level >= archive")));
+ errmsg("replication slots can only be used if wal_level >= replica")));
}
/*