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:57:28Z
Lists: pgsql-hackers
On Wed, Feb 2, 2022 at 10:42 AM Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > Here's a follow-on patch that adds a test for non-superuser server-side > basebackup, which crashes without your patch and passes with it. This seems like a good idea, but I'm not going to slip a change from an exact test count to done_testing() into a commit on some other topic... -- 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