Re: pgsql: Integrate pg_bsd_indent into our build/test infrastructure.

2023-07-11 Thread Tom Lane
Andres Freund writes: > And subsequently noticed that CI currently doesn't collect the tests.diff > file, so I don't know why that failed. CI currently collects all *.diffs > files, I don't really want it to also collect all .diff files, since most of > the time that would be redundant with the .d

Re: pgsql: Integrate pg_bsd_indent into our build/test infrastructure.

2023-07-11 Thread Andres Freund
Hi, On 2023-02-12 17:22:27 +, Tom Lane wrote: > Integrate pg_bsd_indent into our build/test infrastructure. ... > src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl | 53 ++ I just saw a random failure of exactly one of the test in CI (when testing a new meson version, oddly en

pgsql: Doc: Adjust libpq docs about thread safety.

2023-07-11 Thread Thomas Munro
Doc: Adjust libpq docs about thread safety. Describe the situation now that --disable-thread-safety is gone. Author: Heikki Linnakangas Discussion: https://postgr.es/m/CA%2BhUKGLtmexrpMtxBRLCVePqV_dtWG-ZsEbyPrYc%2BNBB2TkNsw%40mail.gmail.com Branch -- master Details --- https://git.pos

pgsql: Remove --disable-thread-safety and related code.

2023-07-11 Thread Thomas Munro
Remove --disable-thread-safety and related code. All supported computers have either POSIX or Windows threads, and we no longer have any automated testing of --disable-thread-safety. We define a vestigial ENABLE_THREAD_SAFETY macro to 1 in ecpg_config.h in case it is useful, but we no longer test

pgsql: Doc: update old reference to "result cache"

2023-07-11 Thread David Rowley
Doc: update old reference to "result cache" During the PostgreSQL 14 cycle, the Memoize executor node was briefly called "Result Cache" until it was renamed in 83f4fcc65. That commit missed one reference. Reported-by: Paul A Jungwirth Packpatch-through: 14, where Memoize was added Discussion: h

pgsql: Doc: update old reference to "result cache"

2023-07-11 Thread David Rowley
Doc: update old reference to "result cache" During the PostgreSQL 14 cycle, the Memoize executor node was briefly called "Result Cache" until it was renamed in 83f4fcc65. That commit missed one reference. Reported-by: Paul A Jungwirth Packpatch-through: 14, where Memoize was added Discussion: h

pgsql: Doc: update old reference to "result cache"

2023-07-11 Thread David Rowley
Doc: update old reference to "result cache" During the PostgreSQL 14 cycle, the Memoize executor node was briefly called "Result Cache" until it was renamed in 83f4fcc65. That commit missed one reference. Reported-by: Paul A Jungwirth Packpatch-through: 14, where Memoize was added Discussion: h

pgsql: Doc: update old reference to "result cache"

2023-07-11 Thread David Rowley
Doc: update old reference to "result cache" During the PostgreSQL 14 cycle, the Memoize executor node was briefly called "Result Cache" until it was renamed in 83f4fcc65. That commit missed one reference. Reported-by: Paul A Jungwirth Packpatch-through: 14, where Memoize was added Discussion: h