Re: BUG #16927: Postgres can`t access WAL files
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ярослав Пашинский <yarik97.6@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Postgres bugs <pgsql-bugs@lists.postgresql.org>
Date: 2021-03-22T04:15:47Z
Lists: pgsql-bugs
On Fri, Mar 19, 2021 at 10:38:51AM +0200, Ярослав Пашинский wrote: > Error opening d:\db_update\psql_4\pg_wal\000000010000429e00000077: > Access is denied. " > P.S.: I run program with admin rights. Hmm. I recall that EACCES would happen on files marked as pending for deletion. -- Michael
Commits
-
Fix concurrency issues with WAL segment recycling on Windows
- 78c24e97dd18 13.3 landed
- 909b449e00fc 14.0 landed