pgsql: Fix incorrect format placeholder

2025-04-08 Thread Peter Eisentraut
Fix incorrect format placeholder for commit 749a9e20c97 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8969194b73dbc9642a0302225f686f9febd95c90 Modified Files -- contrib/pgcrypto/crypt-gensalt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2024-05-07 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6d716adf8569b734eb8849094e9b3edab084c7f8 Modified Files -- src/backend/replication/logical/slotsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2024-02-25 Thread Peter Eisentraut
Fix incorrect format placeholder Not only did the format placeholder not match the variable, the variable also didn't match the function it was getting its value from. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/025f0a6f9113efe89bb65b9efe0cb96a5d7c7ad1 Modified

pgsql: Fix incorrect format placeholder

2024-01-11 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/35bc310c04a477376778f437a56f0fcfb504c9c3 Modified Files -- src/bin/pg_upgrade/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2023-10-02 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/aea599cfc06b54426160a630e94ab7bdff7529c5 Modified Files -- src/test/modules/libpq_pipeline/libpq_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2023-02-17 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/881a91781f49b6116ee6ce49b5bcc03da7200423 Modified Files -- src/test/modules/test_slru/test_slru.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Fix incorrect format placeholder

2023-02-10 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f8ba1bf4e48369450cdc71b5bf12d8f7bdaf10f3 Modified Files -- src/backend/parser/parse_relation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: pgsql: Fix incorrect format placeholder.

2021-11-09 Thread Michael Paquier
On Tue, Nov 09, 2021 at 09:40:47AM -0500, Tom Lane wrote: > OK by me, but probably should raise the issue in -hackers not just > -committers. Also, please back-patch once the release freeze lifts. Sure. -- Michael signature.asc Description: PGP signature

Re: pgsql: Fix incorrect format placeholder.

2021-11-09 Thread Tom Lane
Michael Paquier writes: > Yeah, you have a point here. -Wcompound-token-split-by-macro is new > as of clang-12 from last April, so I am a bit surprised that it is > that present in the buildfarm TBH. > The attached is sufficient to remove those warnings. Debian provides > clang-12, so it is eas

Re: pgsql: Fix incorrect format placeholder.

2021-11-09 Thread Michael Paquier
On Tue, Nov 09, 2021 at 01:06:26AM -0500, Tom Lane wrote: > I figured the Perl guys would do something about it, but it will be a > very long time before that propagates everywhere. Maybe we should > teach configure to add -Wno-compound-token-split-by-macro? By my > count there are now five build

Re: pgsql: Fix incorrect format placeholder.

2021-11-08 Thread Tom Lane
Michael Paquier writes: > On Tue, Nov 09, 2021 at 12:19:36AM -0500, Tom Lane wrote: >> Umm ... florican and dangomushi spotted it. Maybe we need a 32-bit >> machine with -Werror? > Indeed, I can see it in the logs of dangomushi. I could add a -Werror > there, but there are also a bunch of warni

Re: pgsql: Fix incorrect format placeholder.

2021-11-08 Thread Michael Paquier
On Tue, Nov 09, 2021 at 12:19:36AM -0500, Tom Lane wrote: > Umm ... florican and dangomushi spotted it. Maybe we need a 32-bit > machine with -Werror? Indeed, I can see it in the logs of dangomushi. I could add a -Werror there, but there are also a bunch of warnings generated by plperl. I'd rath

Re: pgsql: Fix incorrect format placeholder.

2021-11-08 Thread Tom Lane
Michael Paquier writes: > Thanks, that's embarassing. The last time I bumped into this issue, > the report came from lapwing which would directly report a failure, > but it did not happen this time. Which animal has reported that? Umm ... florican and dangomushi spotted it. Maybe we need a 32-

Re: pgsql: Fix incorrect format placeholder.

2021-11-08 Thread Michael Paquier
On Mon, Nov 08, 2021 at 07:32:41PM +, Tom Lane wrote: > Fix incorrect format placeholder. > > Per buildfarm warnings. Thanks, that's embarassing. The last time I bumped into this issue, the report came from lapwing which would directly report a failure, but it did not happen this time. Whic

pgsql: Fix incorrect format placeholder.

2021-11-08 Thread Tom Lane
Fix incorrect format placeholder. Per buildfarm warnings. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b0cf5444f9a8d915b2e9b44790025f17a7dc107f Modified Files -- src/bin/pg_basebackup/pg_receivewal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

pgsql: Fix incorrect format placeholder

2021-11-02 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ef6f047d2c87b91318364341c058dd6b715951b2 Modified Files -- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2021-10-12 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/780054bf31a0a6ba781f46c454f0116efee8a74c Modified Files -- src/bin/pgbench/pgbench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2021-09-28 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0b947c3101d1d05c55531731d6b778f82cb21350 Modified Files -- src/include/lib/simplehash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix incorrect format placeholder

2021-04-22 Thread Peter Eisentraut
Fix incorrect format placeholder Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7776a23a4bdeb7215e4f8ddea5989cb143becc12 Modified Files -- src/backend/utils/misc/guc-file.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)