Re: Understanding, testing and improving our Windows filesystem code
Ian Lawrence Barwick <barwick@gmail.com>
From: Ian Lawrence Barwick <barwick@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>
Date: 2022-11-28T07:55:43Z
Lists: pgsql-hackers
2022年10月25日(火) 13:12 Thomas Munro <thomas.munro@gmail.com>: > > 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.
Commits
-
Update obsolete multixact.c comments.
- 5212d447fa53 16.0 cited
-
Fix unlink() for STATUS_DELETE_PENDING on Windows.
- e109e43921d2 16.0 landed
-
Fix readlink() for non-PostgreSQL junction points on Windows.
- f71007fbb3b8 16.0 landed
-
Fix stat() for recursive junction points on Windows.
- 4517358ee782 16.0 landed
-
Fix lstat() for broken junction points on Windows.
- 387803d81d62 16.0 landed
-
Fix readlink() return value on Windows.
- 4650036f5ab8 16.0 landed