Re: Unify a recently-added inconsisnt message

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Unify a recently-added inconsisnt message
Date: 2025-03-17 16:55:21
Message-ID: 4070240.1742230521@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> writes:
> I noticed that the recent commit cd3c45125d2 introduced the following
> three inconsistent messages at the same time:
> pg_dump.c:
> + printf(_(" --no-policies do not dump row security policies\n"));
> pg_dumpall.c:
> + printf(_(" --no-policies do not dump row security policies\n"));
> pg_restore.c:
> + printf(_(" --no-policies do not restore row level security policies\n"));

Ooops :-(. I should have caught that during review.

> Please find the attached patch that updates the inconsistent message.

Pushed, thanks for noticing it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-03-17 16:56:46 Re: Some read stream improvements
Previous Message Jacob Champion 2025-03-17 16:49:17 Re: dblink: Add SCRAM pass-through authentication