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-

pgsql: Make some comments use the term "ProcSignal" for consistency

2021-11-08 Thread Michael Paquier
Make some comments use the term "ProcSignal" for consistency The surroundings in procsignal.c prefer using "ProcSignal" rather than "procsignal". Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACX99ghPmm1M_O4r4g+YsXFjCn=qf7pedxntlwmpht_...@mail.gmail.com Branch -- master De

pgsql: doc: Add index entries for pg_stat_statements configuration para

2021-11-08 Thread Fujii Masao
doc: Add index entries for pg_stat_statements configuration parameters. Author: Ken Kato Reviewed-by: Julien Rouhaud, Fujii Masao Discussion: https://postgr.es/m/699cfd8170178db087e54c954b21e...@oss.nttdata.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ec21779

pgsql: Rename some enums to use TABLE instead of REL.

2021-11-08 Thread Amit Kapila
Rename some enums to use TABLE instead of REL. Commit 5a2832465f introduced some enums to represent all tables in schema publications and used REL in their names. Use TABLE instead of REL in those enums to avoid confusion with other objects like SEQUENCES that can be part of a publication in the f

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: Stamp 9.6.24.

2021-11-08 Thread Tom Lane
Stamp 9.6.24. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a4116b8d5a4f68803452d8f1aa3f74f302049a90 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 10.19.

2021-11-08 Thread Tom Lane
Stamp 10.19. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/477008d10fb5a024038ed23f0beba901f1f47ae2 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 11.14.

2021-11-08 Thread Tom Lane
Stamp 11.14. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7f05af399052dab32c28c253fa891dc1e8b4224b Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 12.9.

2021-11-08 Thread Tom Lane
Stamp 12.9. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8a94efd9bb71c2d5473836ce4899aedb9b4cfb2e Modified Files -- configure| 18 +- configure.in | 2 +- src/include/pg_config.h.win32

pgsql: Stamp 13.5.

2021-11-08 Thread Tom Lane
Stamp 13.5. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/084346ccee8ead6b387a90cdf6a29036ae9ec77e Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 14.1.

2021-11-08 Thread Tom Lane
Stamp 14.1. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0a455b8d61d8fc5a7d1fdc152667f9ba1fd27fda Modified Files -- configure| 18 +- configure.ac | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Minimal fix for unterminated tar archive problem.

2021-11-08 Thread Robert Haas
Minimal fix for unterminated tar archive problem. Commit 23a1c6578c87fca0e361c4f5f9a07df5ae1f9858 improved pg_basebackup's ability to parse tar archives, but also arranged to parse them only when we need to make some modification to the contents of the archive. That's a problem, because the server

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 typo

2021-11-08 Thread Alvaro Herrera
Fix typo Introduced in 1d97d3d0867f. Co-authored-by: Alexander Lakhin Discussion: https://postgr.es/m/83641f59-d566-b33e-ef21-a272a9867...@gmail.com Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c3bda112ebe20fe47da44ae644a77a1aef5083bf Modified Files ---

pgsql: Fix typo

2021-11-08 Thread Alvaro Herrera
Fix typo Introduced in 1d97d3d0867f. Co-authored-by: Alexander Lakhin Discussion: https://postgr.es/m/83641f59-d566-b33e-ef21-a272a9867...@gmail.com Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3aa572b8b296986fca85388b23af80589fc09790 Modified Files ---

pgsql: Fix typo

2021-11-08 Thread Alvaro Herrera
Fix typo Introduced in 1d97d3d0867f. Co-authored-by: Alexander Lakhin Discussion: https://postgr.es/m/83641f59-d566-b33e-ef21-a272a9867...@gmail.com Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7c0a78f089980cec45927aa3160add1781aed402 Modified Files ---

pgsql: Fix typo

2021-11-08 Thread Alvaro Herrera
Fix typo Introduced in 1d97d3d0867f. Co-authored-by: Alexander Lakhin Discussion: https://postgr.es/m/83641f59-d566-b33e-ef21-a272a9867...@gmail.com Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f914b8badc21d646109fc62a4b84b4ef97347866 Modified Files ---

pgsql: Fix typo

2021-11-08 Thread Alvaro Herrera
Fix typo Introduced in e0eaeafd6646. Co-authored-by: Alexander Lakhin Discussion: https://postgr.es/m/83641f59-d566-b33e-ef21-a272a9867...@gmail.com Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9b6194eb0aa5af1bc8ffba5ff95d0d1e5a9649b0 Modified Files ---

pgsql: Translation updates

2021-11-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: d9c080c90df1920d1b9f5a9f760f189689a647fd Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e8fd18bab6d0403370b4b3e32dcbebce788142fd Modified Files

pgsql: Translation updates

2021-11-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 3f8ccab66ae01c89727b0284ac600ae6648c1adf Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/992d0c3a9cc0e421b75ca6b7776c7c910b6d42f1 Modified Files

pgsql: Translation updates

2021-11-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 9128065f7b7b489a292773618c9273ff5c53 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7678f76df4b8f933fbd2ac605f5456551322955c Modified Files

pgsql: Translation updates

2021-11-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 2696e7f8ab74ef8b03f4be7595aabe4dfbdd7240 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/374a667bdbd870f8264336098f8270f52f03f215 Modified Files

pgsql: Translation updates

2021-11-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: f54c1d7c2c97bb2a238a149e407023a9bc007b06 Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5a75612022703a198383f3226d35f78b6075ff30 Modified Files

pgsql: Translation updates

2021-11-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 027ff7dad8afb1a907cb4c59da4e13c3ace8d376 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/98da5cd0d1b1c47a19f8453413c0fd01c07b3830 Modified Files