postgresql/src/backend/storage
Thomas Munro 4eb2176318 Fix DROP {DATABASE,TABLESPACE} on Windows.
Previously, it was possible for DROP DATABASE, DROP TABLESPACE and ALTER
DATABASE SET TABLESPACE to fail because other backends still had file
handles open for dropped tables.  Windows won't allow a directory
containing unlinked-but-still-open files to be unlinked.  Tackle this
problem by forcing all backends to close all smgr fds.  No change for
Unix systems, which don't suffer from the problem, but the new code path
can be tested by Unix-based developers by defining
USE_BARRIER_SMGRRELEASE explicitly.

It's possible that PROCSIGNAL_BARRIER_SMGRRELEASE will have more
bug-fixing applications soon (under discussion).  Note that this is the
first user of the ProcSignalBarrier mechanism from commit 16a4e4aec.  It
could in principle be back-patched as far as 14, but since field
complaints are rare and ProcSignalBarrier hasn't been battle-tested,
that seems like a bad idea.  Fix in master only, where these failures
have started to show up in automated testing due to new tests.

Suggested-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/CA+hUKGLdemy2gBm80kz20GTe6hNVwoErE8KwcJk6-U56oStjtg@mail.gmail.com
2022-02-12 10:21:23 +13:00
..
buffer Remove xloginsert.h from xlog.h 2022-01-30 12:25:24 -03:00
file Update copyright for 2022 2022-01-07 19:04:57 -05:00
freespace Remove xloginsert.h from xlog.h 2022-01-30 12:25:24 -03:00
ipc Fix DROP {DATABASE,TABLESPACE} on Windows. 2022-02-12 10:21:23 +13:00
large_object Update copyright for 2022 2022-01-07 19:04:57 -05:00
lmgr Reduce more the number of calls to GetMaxBackends() 2022-02-10 10:27:29 +09:00
page Update copyright for 2022 2022-01-07 19:04:57 -05:00
smgr Fix DROP {DATABASE,TABLESPACE} on Windows. 2022-02-12 10:21:23 +13:00
sync Fix various typos, grammar and code style in comments and docs 2022-01-25 09:40:04 +09:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00