Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ebb751

Browse files
committed
- Minor fix to create temp table for xrefs
1 parentc2e3020 commit4ebb751

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)

[8]ページ先頭

©2009-2025 Movatter.jp