Re: Add missing period to HINT messages

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Robert Treat <rob(at)xzilla(dot)net>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add missing period to HINT messages
Date: 2026-04-14 23:23:45
Message-ID: CAHut+PuG+2W=Gx90KwzEN3Dbk75NLh-6HRXF1N-s6PJqD4GZ1g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 13, 2026 at 9:28 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Mon, Apr 13, 2026 at 6:32 AM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
> >
> > On Fri, Apr 10, 2026 at 11:10 PM Robert Treat <rob(at)xzilla(dot)net> wrote:
> > >
> > > On Thu, Apr 9, 2026 at 9:05 PM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
> > > > On Thu, Apr 9, 2026 at 1:34 PM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> > > > >
> > > > ...
> > > > >
> > > > > I am not sure if your scope includes contrib/, if yes, I am sure you will find some occurrences there.
> > > > >
> > > >
> > > > Updated one more message found in contrib.
> > > >
> > > > PSA v2.
> > > >
> > >
> > > +1 to the general idea here, although at the risk of looking at
> > > patches before the morning coffee has settled in, ISTM you might have
> > > missed some entries? And/or this patch isn't against HEAD? For
> > > example, you seem to be catching the line here
> > > https://github.com/postgres/postgres/blame/009ea1b08d7b8843435bd0f1137fa3df09aac79f/src/test/regress/expected/partition_split.out#L60,
> > > but not the one on line 52, maybe because it looks like a comment (but
> > > istm we should clean these all up. no?)
> > >
> >
> > Thanks for your review!
> >
> > Yes, the patch applies to HEAD. It looks like I was a bit slack in
> > updating some test comments. Hopefully, I have found them all now.
> >
>
> BTW, I find such a code cleanup exercise can be done even after
> feature freeze. If so, shall we do it as a HEAD-only patch or do it in
> bank branches as well?
>

Thanks for pushing.

======
Kind Regards,
Peter Smith.
Fujitsu Australia.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message surya poondla 2026-04-14 23:25:44 Re: Fix the race condition for updating slot minimum LSN
Previous Message Andrew Dunstan 2026-04-14 22:52:04 Re: pg_get__*_ddl consolidation