Re: pgsql: Skip some permissions checks on Cygwin

2024-06-25 Thread Andrew Dunstan
On 2024-06-24 Mo 6:43 PM, Marco Atzeri wrote: On 24/06/2024 22:58, Andrew Dunstan wrote: On 2024-06-24 Mo 4:42 PM, Noah Misch wrote: On Mon, Jun 24, 2024 at 10:17:32AM -0400, Andrew Dunstan wrote: On 2024-06-23 Su 9:03 PM, Noah Misch wrote: On Thu, Jun 13, 2024 at 12:12:29PM +, Andrew

Re: pgsql: Skip some permissions checks on Cygwin

2024-06-24 Thread Marco Atzeri
On 24/06/2024 22:58, Andrew Dunstan wrote: On 2024-06-24 Mo 4:42 PM, Noah Misch wrote: On Mon, Jun 24, 2024 at 10:17:32AM -0400, Andrew Dunstan wrote: On 2024-06-23 Su 9:03 PM, Noah Misch wrote: On Thu, Jun 13, 2024 at 12:12:29PM +, Andrew Dunstan wrote: Skip some permissions checks on C

Re: pgsql: Skip some permissions checks on Cygwin

2024-06-24 Thread Andrew Dunstan
On 2024-06-24 Mo 4:42 PM, Noah Misch wrote: On Mon, Jun 24, 2024 at 10:17:32AM -0400, Andrew Dunstan wrote: On 2024-06-23 Su 9:03 PM, Noah Misch wrote: On Thu, Jun 13, 2024 at 12:12:29PM +, Andrew Dunstan wrote: Skip some permissions checks on Cygwin These are checks that are already sk

Re: pgsql: Skip some permissions checks on Cygwin

2024-06-24 Thread Noah Misch
On Mon, Jun 24, 2024 at 10:17:32AM -0400, Andrew Dunstan wrote: > On 2024-06-23 Su 9:03 PM, Noah Misch wrote: > > On Thu, Jun 13, 2024 at 12:12:29PM +, Andrew Dunstan wrote: > > > Skip some permissions checks on Cygwin > > > > > > These are checks that are already skipped on other Windows syst

Re: pgsql: Skip some permissions checks on Cygwin

2024-06-24 Thread Andrew Dunstan
On 2024-06-23 Su 9:03 PM, Noah Misch wrote: On Thu, Jun 13, 2024 at 12:12:29PM +, Andrew Dunstan wrote: Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. skip "unix-style permissions not supported on Windows", 2 - if

Re: pgsql: Skip some permissions checks on Cygwin

2024-06-23 Thread Noah Misch
On Thu, Jun 13, 2024 at 12:12:29PM +, Andrew Dunstan wrote: > Skip some permissions checks on Cygwin > > These are checks that are already skipped on other Windows systems. > skip "unix-style permissions not supported on Windows", 2 > - if ($windows_os); > + if ($windows_os

pgsql: Skip some permissions checks on Cygwin

2024-06-13 Thread Andrew Dunstan
Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0e51485392c0c457de0709181a3d2bfdba6f3fb6 Modified File

pgsql: Skip some permissions checks on Cygwin

2024-06-13 Thread Andrew Dunstan
Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f83908798f78c4cafda217ca875602c88ea2ae28 Modified Files -

pgsql: Skip some permissions checks on Cygwin

2024-06-13 Thread Andrew Dunstan
Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c38518fa978075d08d64a34e1b4504da13a81e02 Modified File

pgsql: Skip some permissions checks on Cygwin

2024-06-13 Thread Andrew Dunstan
Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ca947649208ce7343c54c8f92e67ea9274be812c Modified File

pgsql: Skip some permissions checks on Cygwin

2024-06-13 Thread Andrew Dunstan
Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/57625308f62da2d4f875478a39158a23e41a3dbe Modified File

pgsql: Skip some permissions checks on Cygwin

2024-06-13 Thread Andrew Dunstan
Skip some permissions checks on Cygwin These are checks that are already skipped on other Windows systems. Backpatch to all live branches, as appropriate. Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/32c5dc0ebe83e927c953c42ad79148a03933c6ba Modified File