pgsql: Fix some grammer errors from error messages and codes comments

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some grammer errors from error messages and codes comments
Date: 2024-04-08 11:40:03
Message-ID: E1rtnM2-0017YU-Md@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some grammer errors from error messages and codes comments

Discussion: https://postgr.es/m/CAHewXNkGMPU50QG7V6Q60JGFORfo8LfYO1_GCkCa0VWbmB-fEw%40mail.gmail.com
Author: Tender Wang

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 18 +++++++++---------
src/backend/parser/parse_utilcmd.c | 2 +-
src/backend/partitioning/partbounds.c | 10 +++++++---
src/include/nodes/parsenodes.h | 4 ++--
src/test/regress/expected/partition_split.out | 4 ++--
5 files changed, 21 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-04-08 11:48:28 pgsql: Teach TID store to skip bitmap for small numbers of offsets
Previous Message Alexander Korotkov 2024-04-08 09:18:41 pgsql: Fill CommonRdOptions with default values in extract_autovac_opts