Re: Extra periods in pg_dump messages
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-11-30T13:07:21Z
Lists: pgsql-hackers
> On 30 Nov 2023, at 02:39, Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > In the bleeding-edge version of pg_dump, when a conditionspecifying an > index, for example, is described in an object filter file, the > following message is output. However, there is a period at the end of > the line. Shouldn't this be removed? Yes, ending with a period is for detail and hint messages. Fixed. -- Daniel Gustafsson
Commits
-
Fix spelling and punctuation
- b3efa270b519 17.0 landed