Re: Understanding, testing and improving our Windows filesystem code

2023-03-02 Thread Thomas Munro
On Thu, Jan 5, 2023 at 1:06 AM vignesh C wrote: > On Tue, 25 Oct 2022 at 09:42, Thomas Munro wrote: > > I pushed the bug fixes from this series, without their accompanying > > tests. Here's a rebase of the test suite, with all those tests now > > squashed into the main test patch, and also the

Re: Understanding, testing and improving our Windows filesystem code

2023-01-04 Thread vignesh C
On Tue, 25 Oct 2022 at 09:42, Thomas Munro wrote: > > I pushed the bug fixes from this series, without their accompanying > tests. Here's a rebase of the test suite, with all those tests now > squashed into the main test patch, and also the > tell-Windows-to-be-more-like-Unix patch. Registered

Re: Understanding, testing and improving our Windows filesystem code

2022-11-28 Thread Thomas Munro
On Mon, Nov 28, 2022 at 8:58 PM Ian Lawrence Barwick wrote: > For my understanding, does this entry supersede the proposal in > https://commitfest.postgresql.org/40/3347/ ? I think so (Victor hasn't commented). Patch 0004 derives from Victor's patch and has him as primary author still, but I

Re: Understanding, testing and improving our Windows filesystem code

2022-11-27 Thread Ian Lawrence Barwick
2022年10月25日(火) 13:12 Thomas Munro : > > I pushed the bug fixes from this series, without their accompanying > tests. Here's a rebase of the test suite, with all those tests now > squashed into the main test patch, and also the > tell-Windows-to-be-more-like-Unix patch. Registered in the >

Re: Understanding, testing and improving our Windows filesystem code

2022-11-27 Thread Ian Lawrence Barwick
2022年10月25日(火) 13:12 Thomas Munro : > > I pushed the bug fixes from this series, without their accompanying > tests. Here's a rebase of the test suite, with all those tests now > squashed into the main test patch, and also the > tell-Windows-to-be-more-like-Unix patch. Registered in the >

Re: Understanding, testing and improving our Windows filesystem code

2022-10-24 Thread Thomas Munro
I pushed the bug fixes from this series, without their accompanying tests. Here's a rebase of the test suite, with all those tests now squashed into the main test patch, and also the tell-Windows-to-be-more-like-Unix patch. Registered in the commitfest. From

Re: Understanding, testing and improving our Windows filesystem code

2022-10-19 Thread Thomas Munro
On Tue, Oct 18, 2022 at 10:00 PM Thomas Munro wrote: > * has anyone got a relevant filesystem where this fails? which way > do ReFS and SMB go? do the new calls in 0010 just fail, and if so > with which code (ie could we add our own fallback path)? Andres kindly ran these tests on some Win 10

Understanding, testing and improving our Windows filesystem code

2022-10-18 Thread Thomas Munro
Hi, As a card-carrying Unix hacker, I think it'd be great to remove the differences between platforms if possible using newer Windows facilities, so everything just works the way we expect. Two things that stopped progress on that front in the past were (1) uncertainty about OS versioning, fixed