pgsql: Remove extra word from comment.

2020-02-20 Thread Etsuro Fujita
Remove extra word from comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/53b01acd463d64c385db0ab728b8cc336549a315 Modified Files -- src/backend/partitioning/partbounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Remove extra word from comment.

2020-02-20 Thread Etsuro Fujita
Remove extra word from comment. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/aab50a7ae4945d63be33c322929822fed9bab57a Modified Files -- src/backend/partitioning/partbounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Remove extra word from comment.

2020-02-20 Thread Etsuro Fujita
Remove extra word from comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2eadd00dd475e8f8731d67baf2a2296b8c13eeec Modified Files -- src/backend/partitioning/partbounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: pgsql: Add kqueue(2) support to the WaitEventSet API.

2020-02-20 Thread Thomas Munro
On Thu, Feb 20, 2020 at 8:24 PM Michael Paquier wrote: > On Wed, Feb 05, 2020 at 04:59:10AM +, Thomas Munro wrote: > > Add kqueue(2) support to the WaitEventSet API. > > > > Use kevent(2) to wait for events on the BSD family of operating > > systems and macOS. This is similar to the epoll(2)

Re: pgsql: Add kqueue(2) support to the WaitEventSet API.

2020-02-20 Thread Rémi Zara
> Le 20 févr. 2020 à 12:15, Thomas Munro a écrit : > > On Thu, Feb 20, 2020 at 8:24 PM Michael Paquier wrote: >> On Wed, Feb 05, 2020 at 04:59:10AM +, Thomas Munro wrote: >>> Add kqueue(2) support to the WaitEventSet API. >>> >>> Use kevent(2) to wait for events on the BSD family of oper

Re: pgsql: Add kqueue(2) support to the WaitEventSet API.

2020-02-20 Thread Tom Lane
=?utf-8?Q?R=C3=A9mi_Zara?= writes: >> Le 20 févr. 2020 à 12:15, Thomas Munro a écrit : >> Remi, any chance you could run gmake installcheck under >> contrib/postgres_fdw on that host, to see if this is repeatable? Can >> you tell us about the relevant limits? Maybe ulimit -n (for the user >> th

pgsql: Simplify FK-to-partitioned regression test query

2020-02-20 Thread Alvaro Herrera
Simplify FK-to-partitioned regression test query Avoid a join between relations having the FK to detect FK violation. The planner might optimize this considering the PK must exist on the referenced side at some point, effectively masking a bug this test tries to detect. Tom Lane and Jehan-Guillau

pgsql: Simplify FK-to-partitioned regression test query

2020-02-20 Thread Alvaro Herrera
Simplify FK-to-partitioned regression test query Avoid a join between relations having the FK to detect FK violation. The planner might optimize this considering the PK must exist on the referenced side at some point, effectively masking a bug this test tries to detect. Tom Lane and Jehan-Guillau

pgsql: Doc: Fix instructions to control build environment with MSVC

2020-02-20 Thread Michael Paquier
Doc: Fix instructions to control build environment with MSVC The documentation included some outdated instructions to change the architecture, build type or target OS of a build done with MSVC. This commit updates the documentation to include the modern options available, down to Visual Studio 20

pgsql: Doc: Fix instructions to control build environment with MSVC

2020-02-20 Thread Michael Paquier
Doc: Fix instructions to control build environment with MSVC The documentation included some outdated instructions to change the architecture, build type or target OS of a build done with MSVC. This commit updates the documentation to include the modern options available, down to Visual Studio 20