Re: Re[2]: [PATCH] allow pg_current_logfile() execution under pg_monitor role
Pavlo Golub <pavlo.golub@cybertec.at>
From: Pavlo Golub <pavlo.golub@cybertec.at>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nathan Bossart <nathandbossart@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-14T18:47:07Z
Lists: pgsql-hackers
On Wed, Feb 14, 2024, 19:45 Tom Lane <tgl@sss.pgh.pa.us> wrote: > "Pavlo Golub" <pavlo.golub@cybertec.at> writes: > > Oh, thanks! I forgot, indeed, to update docs and catalog version! My > > bad! > > Docs, yes, but don't include catversion bumps in submitted patches. > They'll just lead to merge problems when somebody else changes the > current catversion. We rely on the committer to remember to do this > (which is an imperfect system, but...) > Thanks for the clarification. > regards, tom lane >