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:45:30
Message-ID: E1oYgkk-000PIg-0S@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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eed548822ca23d3a35dfda7f559b1b7e443ac056

Modified Files
--------------
src/backend/postmaster/bgworker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-09-15 04:48:22 Re: pgsql: Use the terminology "WAL file" not "log file" more consistently.
Previous Message John Naylor 2022-09-15 04:44:25 pgsql: Fix grammar in error message