pgsql: pg_restore: fix incompatibility with old directory-format dumps.

2025-06-08 Thread Tom Lane
pg_restore: fix incompatibility with old directory-format dumps. pg_restore failed to restore large objects (blobs) out of directory-format dumps made by versions before PG v12. That's because, due to a bug fixed in commit 548e50976, those old versions put the wrong filename into the BLOBS TOC ent

pgsql: pg_restore: fix incompatibility with old directory-format dumps.

2025-06-08 Thread Tom Lane
pg_restore: fix incompatibility with old directory-format dumps. pg_restore failed to restore large objects (blobs) out of directory-format dumps made by versions before PG v12. That's because, due to a bug fixed in commit 548e50976, those old versions put the wrong filename into the BLOBS TOC ent