Hi, On 2021-03-02 00:54:49 +1300, Thomas Munro wrote: > Subject: [PATCH v6] Use a global barrier to fix DROP TABLESPACE on Windows.
After finally getting the windows CI tests to work on AIO I noticed that the windows tests show the following: https://cirrus-ci.com/task/4536820663844864 ... ============================================================ Checking dummy_seclabel C:/Users/ContainerAdministrator/AppData/Local/Temp/cirrus-ci-build/Debug/pg_regress/pg_regress --bindir=C:/Users/ContainerAdministrator/AppData/Local/Temp/cirrus-ci-build/Debug/psql --dbname=contrib_regression dummy_seclabel (using postmaster on localhost, default port) ============== dropping database "contrib_regression" ============== WARNING: could not remove file or directory "base/16384": Directory not empty ... which makes sense - the exact same problem exists for DROP DATABASE. I suspect it makes sense to tackle the problem as part of the same commit, but I'm not opposed to splitting it if that makes sense... Greetings, Andres Freund