pgsql: Add missing period to HINT messages.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing period to HINT messages.
Date: 2026-04-14 04:11:58
Message-ID: E1wCV82-000smn-0F@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing period to HINT messages.

Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Robert Treat <rob(at)xzilla(dot)net>
Discussion: https://postgr.es/m/CAHut+PvikGr4AtoFSs=jq=hmTybVF2NCMEZ57-sjwbGudfuqsQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
contrib/pgcrypto/crypt-sha.c | 2 +-
src/backend/parser/parse_utilcmd.c | 14 ++++++-------
src/backend/partitioning/partbounds.c | 12 +++++------
src/test/regress/expected/partition_merge.out | 12 +++++------
src/test/regress/expected/partition_split.out | 30 +++++++++++++--------------
src/test/regress/sql/partition_split.sql | 14 ++++++-------
6 files changed, 42 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-04-14 09:05:16 pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()
Previous Message Jeff Davis 2026-04-13 21:08:20 Re: pgsql: Perform provider-specific initialization in new functions.