Re: BUG #16874: Postgres Server crashes at commit
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Merlin Moncure <mmoncure@gmail.com>
Cc: thomas.trenz@jdisc.com, pgsql-bugs <pgsql-bugs@lists.postgresql.org>
Date: 2021-02-20T01:23:40Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix concurrency issues with WAL segment recycling on Windows
- 78c24e97dd18 13.3 landed
- 909b449e00fc 14.0 landed
On Fri, Feb 19, 2021 at 12:28:54PM -0600, Merlin Moncure wrote: > On Fri, Feb 19, 2021 at 4:01 AM PG Bug reporting form > <noreply@postgresql.org> wrote: >> 2021-02-16 08:05:55.660 CET [5508] LOG: could not rename file >> "pg_wal/000000010000000000000001": Permission denied > > How did you upgrade or install this server? what is the platform? EACCES could come from an antivirus looking at the data folder, running concurrently with the server. -- Michael