pgsql: Fix grammar in error message - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Fix grammar in error message
Date
Msg-id E1oYgjg-000PHm-MA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix grammar in error message

While at it, make ellipses formatting consistent when describing SQL statements.

Ekaterina Kiryanova and Alexander Lakhin

Reviewed by myself and Álvaro Herrera
Discussion: https://www.postgresql.org/message-id/eed5cec0-a542-53da-6a5e-7789c6ed9817%40postgrespro.ru
Backpatch only the grammar fix to v15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7beda87b6a4e5eae66f06df313581f7f53cab813

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 4 ++--
src/backend/postmaster/bgworker.c       | 2 +-
src/backend/rewrite/rewriteHandler.c    | 2 +-
src/test/regress/expected/with.out      | 4 ++--
src/test/regress/sql/with.sql           | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: pgsql: Use the terminology "WAL file" not "log file" more consistently.
Next
From: John Naylor
Date:
Subject: pgsql: Fix grammar in error message