pgsql: postgres_fdw: Fix handling of a pending asynchronous request in

2022-01-26 Thread Etsuro Fujita
postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). Commit 27e1f1456 failed to process a pending asynchronous request made for a given ForeignScan node in postgresReScanForeignScan() (if any) in cases where we would only reset the next_tuple counter in tha

pgsql: postgres_fdw: Fix handling of a pending asynchronous request in

2022-01-26 Thread Etsuro Fujita
postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). Commit 27e1f1456 failed to process a pending asynchronous request made for a given ForeignScan node in postgresReScanForeignScan() (if any) in cases where we would only reset the next_tuple counter in tha

pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

2022-01-26 Thread Noah Misch
On sparc64+ext4, suppress test failures from known WAL read failure. Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachab

pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

2022-01-26 Thread Noah Misch
On sparc64+ext4, suppress test failures from known WAL read failure. Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachab

pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

2022-01-26 Thread Noah Misch
On sparc64+ext4, suppress test failures from known WAL read failure. Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachab

pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

2022-01-26 Thread Noah Misch
On sparc64+ext4, suppress test failures from known WAL read failure. Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachab

pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

2022-01-26 Thread Noah Misch
On sparc64+ext4, suppress test failures from known WAL read failure. Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachab

pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

2022-01-26 Thread Noah Misch
On sparc64+ext4, suppress test failures from known WAL read failure. Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachab

Re: pgsql: Add missing pthread_barrier_t.

2022-01-26 Thread John Naylor
On Tue, Mar 9, 2021 at 11:52 PM Thomas Munro wrote: > > Add missing pthread_barrier_t. > > Supply a simple implementation of the missing pthread_barrier_t type and > functions, for macOS. > > Discussion: > https://postgr.es/m/20200227180100.zyvjwzcpiokfsqm2%40alap3.anarazel.de > > Branch > --

pgsql: Fix pg_hba_file_rules for authentication method cert

2022-01-26 Thread Magnus Hagander
Fix pg_hba_file_rules for authentication method cert For authentication method cert, clientcert=verify-full is implied. But the pg_hba_file_rules entry would incorrectly show clientcert=verify-ca. Per bug #17354 Reported-By: Feike Steenbergen Reviewed-By: Jonathan Katz Backpatch-through: 12 Bra

pgsql: Fix pg_hba_file_rules for authentication method cert

2022-01-26 Thread Magnus Hagander
Fix pg_hba_file_rules for authentication method cert For authentication method cert, clientcert=verify-full is implied. But the pg_hba_file_rules entry would incorrectly show clientcert=verify-ca. Per bug #17354 Reported-By: Feike Steenbergen Reviewed-By: Jonathan Katz Backpatch-through: 12 Bra

pgsql: Fix pg_hba_file_rules for authentication method cert

2022-01-26 Thread Magnus Hagander
Fix pg_hba_file_rules for authentication method cert For authentication method cert, clientcert=verify-full is implied. But the pg_hba_file_rules entry would incorrectly show clientcert=verify-ca. Per bug #17354 Reported-By: Feike Steenbergen Reviewed-By: Jonathan Katz Backpatch-through: 12 Bra

pgsql: Fix pg_hba_file_rules for authentication method cert

2022-01-26 Thread Magnus Hagander
Fix pg_hba_file_rules for authentication method cert For authentication method cert, clientcert=verify-full is implied. But the pg_hba_file_rules entry would incorrectly show clientcert=verify-ca. Per bug #17354 Reported-By: Feike Steenbergen Reviewed-By: Jonathan Katz Backpatch-through: 12 Bra