mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Message style fixes
This commit is contained in:
@@ -523,7 +523,7 @@ pg_replication_slot_advance(PG_FUNCTION_ARGS)
|
||||
|
||||
if (XLogRecPtrIsInvalid(moveto))
|
||||
ereport(ERROR,
|
||||
(errmsg("invalid target wal lsn")));
|
||||
(errmsg("invalid target WAL LSN")));
|
||||
|
||||
/* Build a tuple descriptor for our result type */
|
||||
if (get_call_result_type(fcinfo, NULL, &tupdesc) != TYPEFUNC_COMPOSITE)
|
||||
|
Reference in New Issue
Block a user