On Wed, May 6, 2020 at 11:15 AM Robert Haas <robertmh...@gmail.com> wrote: > Oh, good point. v2 attached.
Here's v3, with one more small cleanup. I noticed tblspc_map_file is initialized to NULL and then unconditionally reset to the return value of makeStringInfo(), and then later tested to see whether it is NULL. It can't be, because makeStringInfo() doesn't return NULL. So the attached version deletes the superfluous initialization and the superfluous test. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
v3-0001-Don-t-export-basebackup.c-s-sendTablespace.patch
Description: Binary data
v3-0002-Minor-code-cleanup-for-perform_base_backup.patch
Description: Binary data