Skip to content

Commit 4ebb751

Browse files
committed
- Minor fix to create temp table for xrefs
1 parent c2e3020 commit 4ebb751

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bin/pg_dump/pg_backup_db.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,10 +640,7 @@ void CreateBlobXrefTable(ArchiveHandle* AH)
640640

641641
ahlog(AH, 1, "Creating table for BLOBS xrefs\n");
642642

643-
/*
644643
appendPQExpBuffer(qry, "Create Temporary Table %s(oldOid oid, newOid oid);", BLOB_XREF_TABLE);
645-
*/
646-
appendPQExpBuffer(qry, "Create Table %s(oldOid oid, newOid oid);", BLOB_XREF_TABLE);
647644

648645
_executeSqlCommand(AH, AH->blobConnection, qry, "can not create BLOB xref table '" BLOB_XREF_TABLE "'");
649646

0 commit comments

Comments
 (0)