pgsql: Fix some typos

2024-01-02 Thread Michael Paquier
Fix some typos Author: Dagfinn Ilmari Mannsåker Reviewed-by: Shubham Khanna Discussion: https://postgr.es/m/87le9fmi01@wibble.ilmari.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/359a3c586d7f2fdcb7d919bcc8822993b47ada1c Modified Files --

pgsql: Remove unnecessary PGDATABASE settings from TAP tests

2024-01-02 Thread Michael Paquier
Remove unnecessary PGDATABASE settings from TAP tests Some of the TAP tests have been historically setting the environment variable PGDATABASE to 'postgres', which is not needed because PostgreSQL::Test::Cluster already sets it when initialized. This commit removes these explicit setups. Note

pgsql: Minor fixes for search path cache code.

2024-01-02 Thread Tom Lane
Minor fixes for search path cache code. Avoid leaving a dangling pointer in the unlikely event that nsphash_create fails. Improve comments, and fix formatting by adding typedefs.list entries. Discussion: https://postgr.es/m/3972900.1704145...@sss.pgh.pa.us Branch -- master Details ---

pgsql: Remove Lock suffix from WALSummarizerLock in wait_event_names.tx

2024-01-02 Thread Robert Haas
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt Nathan Bossart Discussion: https://postgr.es/m/20240102173120.GA1061678@nathanxps13 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/371b07e8944983261a0f73c3b52dbbf0fd076a96 Modified Files

pgsql: libpq: fix typo "occurences" -> "occurrences" in tests

2024-01-02 Thread Robert Haas
libpq: fix typo "occurences" -> "occurrences" in tests Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Discussion: http://postgr.es/m/87le9fmi01@wibble.ilmari.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ff09129bec28028c57eb263cbca2836f42c2256c

pgsql: tsquery: fix typo "rewrited" -> "rewritten"

2024-01-02 Thread Robert Haas
tsquery: fix typo "rewrited" -> "rewritten" Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Discussion: http://postgr.es/m/87le9fmi01@wibble.ilmari.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/591cf626e71b460c53bef23347b93a0cfbd91f0f Modified

pgsql: jsonpath_exec: fix typo "absense" -> "absence"

2024-01-02 Thread Robert Haas
jsonpath_exec: fix typo "absense" -> "absence" Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Discussion: http://postgr.es/m/87le9fmi01@wibble.ilmari.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/5bc7b33b4e16d02fc21b493649939e438b071850 Modified

pgsql: gist: fix typo "split(t)ed" -> "split"

2024-01-02 Thread Robert Haas
gist: fix typo "split(t)ed" -> "split" Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Discussion: http://postgr.es/m/87le9fmi01@wibble.ilmari.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/e62e73f3a2f2af765a3c69486ed78a5bc451367e Modified Files

pgsql: Fix typos in comments and in one isolation test.

2024-01-02 Thread Robert Haas
Fix typos in comments and in one isolation test. Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01@wibble.ilmari.org Branch -- master Details ---

pgsql: Add WALSummarizerLock to wait_event_names.txt

2024-01-02 Thread Robert Haas
Add WALSummarizerLock to wait_event_names.txt Per report from Nathan Bossart. Discussion: http://postgr.es/m/20231227153647.GA601861@nathanxps13 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3 Modified Files --

Re: pgsql: Follow-up fixes for "Make all Perl warnings fatal"

2024-01-02 Thread Andrew Dunstan
On 2023-12-29 Fr 17:56, Peter Eisentraut wrote: Follow-up fixes for "Make all Perl warnings fatal" Mostly, we need to check whether $ENV{PG_TEST_EXTRA} is set before doing regular expression matches against it. This reads a bit oddly to me. -elsif ($ENV{PG_TEST_EXTRA} !~ /\bkerberos\b/)

pgsql: Fix typos in simplehash.h

2024-01-02 Thread Peter Eisentraut
Fix typos in simplehash.h Author: Richard Guo Discussion: https://www.postgresql.org/message-id/flat/18252-d46d27900a277...@postgresql.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/141752bbb0308a40bdbef3ab0a2ba31162813412 Modified Files --