mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Message improvement
The previous wording contained a superfluous comma. Adjust phrasing for grammatical correctness and clarity.
This commit is contained in:
@@ -647,7 +647,7 @@ pg_replication_slot_advance(PG_FUNCTION_ARGS)
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
errmsg("replication slot \"%s\" cannot be advanced",
|
||||
NameStr(*slotname)),
|
||||
errdetail("This slot has never previously reserved WAL, or has been invalidated.")));
|
||||
errdetail("This slot has never previously reserved WAL, or it has been invalidated.")));
|
||||
|
||||
/*
|
||||
* Check if the slot is not moving backwards. Physical slots rely simply
|
||||
|
||||
Reference in New Issue
Block a user