mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
- Minor fix to create temp table for xrefs
This commit is contained in:
parent
c2e302071f
commit
4ebb751219
1 changed files with 0 additions and 3 deletions
|
|
@ -640,10 +640,7 @@ void CreateBlobXrefTable(ArchiveHandle* AH)
|
|||
|
||||
ahlog(AH, 1, "Creating table for BLOBS xrefs\n");
|
||||
|
||||
/*
|
||||
appendPQExpBuffer(qry, "Create Temporary Table %s(oldOid oid, newOid oid);", BLOB_XREF_TABLE);
|
||||
*/
|
||||
appendPQExpBuffer(qry, "Create Table %s(oldOid oid, newOid oid);", BLOB_XREF_TABLE);
|
||||
|
||||
_executeSqlCommand(AH, AH->blobConnection, qry, "can not create BLOB xref table '" BLOB_XREF_TABLE "'");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue