pgsql: Fix grammar in error message

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix grammar in error message
Date: 2022-09-15 04:44:25
Message-ID: E1oYgjg-000PHm-MA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-09-15 04:45:30 pgsql: Fix grammar in error message
Previous Message Bharath Rupireddy 2022-09-15 04:41:03 Re: pgsql: Use the terminology "WAL file" not "log file" more consistently.