Re: Server-side base backup: why superuser, not pg_write_server_files?
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-02T15:14:15Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-server-crash-bug-in-server-backup-target.patch (application/octet-stream) patch 0001
On Fri, Jan 28, 2022 at 12:35 PM Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > On Fri, 28 Jan 2022, at 17:33, Robert Haas wrote: > > LGTM. Committed. > > Thanks! It appears that neither of us actually tested that this works. For me, it works when I test as a superuser, but if I test as a non-superuser with or without pg_write_server_files, it crashes, because we end up trying to do syscache lookups without a transaction environment. I *think* that the attached is a sufficient fix; at least, it passes simple testing. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Fix server crash bug in 'server' backup target.
- 8e2b6d45a033 15.0 landed
-
Adjust server-side backup to depend on pg_write_server_files.
- 7f6772317b4a 15.0 landed