pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: Remove environment sensitivity in pl/tcl regression test.

2023-09-29 Thread Tom Lane
Remove environment sensitivity in pl/tcl regression test. Add "-gmt 1" to our test invocations of the Tcl "clock" command, so that they do not consult the timezone environment. While it doesn't really matter which timezone is used here, it does matter that the command not fall over entirely. We'

pgsql: doc: remove PG version mention in EXPLAIN output

2023-09-29 Thread Bruce Momjian
doc: remove PG version mention in EXPLAIN output Reported-by: Daniel Westermann Discussion: https://postgr.es/m/gv0p278mb0419df1a8673e8d17a6287fad2...@gv0p278mb0419.chep278.prod.outlook.com Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdif

pgsql: doc: fix link to ALTER GROUP

2023-09-29 Thread Bruce Momjian
doc: fix link to ALTER GROUP Fix for commit 2882d1f31a. Reported-by: Tom Lane Discussion: https://postgr.es/m/1388368.1696011...@sss.pgh.pa.us Backpatch-through: 16 only Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/527c3c1bec65634135e2b1707ebc1a3c737f9

pgsql: C comment: add optimizer function reference

2023-09-29 Thread Bruce Momjian
C comment: add optimizer function reference Reported-by: James Coleman Discussion: https://postgr.es/m/caaaqye9f6uomhar+8rmlwvgzakasknpa0wi3ehtv8pbsymj...@mail.gmail.com Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6d0c39a29309e5d7a63

pgsql: doc: PG 16 relnotes: change GRANT GROUP item to ALTER GROUP

2023-09-29 Thread Bruce Momjian
doc: PG 16 relnotes: change GRANT GROUP item to ALTER GROUP Reported-by: TAKATSUKA Haruka Discussion: https://postgr.es/m/18137-866ccb6843177...@postgresql.org Backpatch-through: 16 only Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2882d1f31a92552b5e0d

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Suppress macOS warnings about duplicate libraries in link comman

2023-09-29 Thread Tom Lane
Suppress macOS warnings about duplicate libraries in link commands. As of Xcode 15 (macOS Sonoma), the linker complains about duplicate references to the same library. We see warnings about libpgport and libpgcommon being duplicated in many client executables. This is a consequence of the hack i

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- REL_16_STABLE De

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- REL_15_STABLE De

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- REL_14_STABLE De

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- REL_12_STABLE De

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- master Details -

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- REL_13_STABLE De

pgsql: Doc: improve description of dump/restore's --clean and --if-exis

2023-09-29 Thread Tom Lane
Doc: improve description of dump/restore's --clean and --if-exists. Try to make these option descriptions a little clearer for novices. Per gripe from Attila Gulyás. Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648...@wrigleys.postgresql.org Branch -- REL_11_STABLE De

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: doc: Change statistics function xref to the right target

2023-09-29 Thread Daniel Gustafsson
doc: Change statistics function xref to the right target Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a added a separate section for statistics functions, but the link was not updated to point to the n

pgsql: Revert "pg_resetwal: Improve error with wrong/missing data direc

2023-09-29 Thread Peter Eisentraut
Revert "pg_resetwal: Improve error with wrong/missing data directory" This reverts commit 1d863c250461410e60c9ed5d3180f32336f4c3e2. This broke specifying the data directory as a relative path. Reported-by: Hayato Kuroda (Fujitsu) Discussion: https://www.postgresql.org/message-id/flat/TYAPR01MB