pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- REL_16_STABLE De

pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- REL_13_STABLE De

pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- REL_17_STABLE De

pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- master Details -

pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- REL_12_STABLE De

pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- REL_14_STABLE De

pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=d...@mail.gmail.com Backpatch-through: 12 Branch -- REL_15_STABLE De

pgsql: Add a Git .mailmap file

2024-11-05 Thread Daniel Gustafsson
Add a Git .mailmap file This adds a Git .mailmap to unify spellings of committer names. Discussion: https://postgr.es/m/76773029-a7ad-4baf-afc2-e511d26e8...@yesql.se Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7bdaa4b54208afe0d0fc691877da920016db6987 Modified

Re: pgsql: Make PG_TEST_EXTRA env var override the "meson setup" option

2024-11-05 Thread Peter Eisentraut
On 04.11.24 13:25, Heikki Linnakangas wrote: Make PG_TEST_EXTRA env var override the "meson setup" option I see this warning flying by: Configuring Makefile.global using configuration ../src/meson.build:31: WARNING: The variable(s) 'PG_TEST_EXTRA' in the input file 'src/Makefile.global.in' ar

Re: pgsql: Make PG_TEST_EXTRA env var override the "meson setup" option

2024-11-05 Thread Heikki Linnakangas
On 05/11/2024 11:16, Peter Eisentraut wrote: On 04.11.24 13:25, Heikki Linnakangas wrote: Make PG_TEST_EXTRA env var override the "meson setup" option I see this warning flying by: Configuring Makefile.global using configuration ../src/meson.build:31: WARNING: The variable(s) 'PG_TEST_EXTRA'

pgsql: Silence meson warning about PG_TEST_EXTRA in src/Makefile.global

2024-11-05 Thread Heikki Linnakangas
Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in Commit 99b937a44f introduced this warning when you run "meson setup": Configuring Makefile.global using configuration ../src/meson.build:31: WARNING: The variable(s) 'PG_TEST_EXTRA' in the input file 'src/Makefile.global

pgsql: Fix hypothetical bug in ExprState building for hashing

2024-11-05 Thread David Rowley
Fix hypothetical bug in ExprState building for hashing adf97c156 gave ExprStates the ability to hash expressions and return a single hash value. That commit supports seeding the hash value with an initial value to have that blended into the final hash value. Here we fix a hypothetical bug where

pgsql: Extend Cluster.pm's background_psql() to be able to start asynch

2024-11-05 Thread Michael Paquier
Extend Cluster.pm's background_psql() to be able to start asynchronously This commit extends the constructor routine of BackgroundPsql.pm with a new "wait" parameter. If set to 0, the routine returns without waiting for psql to start, ready to consume input. background_psql() in Cluster.pm gains

Re: pgsql: doc: remove mention of ActiveState for Perl and Tcl on Windows

2024-11-05 Thread Bruce Momjian
I am not sure why this is only being posted to the lists now, and it confused me when it didn't appear after my commit. I assume I used some blocked keywords. --- On Fri, Nov 1, 2024 at 03:31:20PM +, Bruce Momjian wro