aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.c
diff options
context:
space:
mode:
authorPhilip Warner <pjw@rhyme.com.au>2001-03-19 02:35:29 +0000
committerPhilip Warner <pjw@rhyme.com.au>2001-03-19 02:35:29 +0000
commitcfeccdf80a6fd214f22a13d12a237096ed77e23f (patch)
tree3c38dc1d2f70ebc55bf86a5c628bf170f36f1fb1 /src/bin/pg_dump/pg_backup_archiver.c
parent31b5c05819939c21f5b1e8aa75d3699e4fdda4a8 (diff)
downloadpostgresql-cfeccdf80a6fd214f22a13d12a237096ed77e23f.tar.gz
postgresql-cfeccdf80a6fd214f22a13d12a237096ed77e23f.zip
- Added CVS headers to files
- Avoid forcing table name to lower case in FixupBlobXrefs - Removed fmtId calls for all ArchiveEntry name fields. This fixes quoting problems in trigger enable/disable code for mixed case table names, and avoids commands like 'pg_restore -t '"TblA"'
Diffstat (limited to 'src/bin/pg_dump/pg_backup_archiver.c')
-rw-r--r--src/bin/pg_dump/pg_backup_archiver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup_archiver.c b/src/bin/pg_dump/pg_backup_archiver.c
index 51f0aff0aac..cd0fd9c3125 100644
--- a/src/bin/pg_dump/pg_backup_archiver.c
+++ b/src/bin/pg_dump/pg_backup_archiver.c
@@ -15,6 +15,7 @@
*
*
* IDENTIFICATION
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.21 2001/03/19 02:35:28 pjw Exp $
*
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
*
@@ -186,7 +187,7 @@ void RestoreArchive(Archive* AHX, RestoreOptions *ropt)
if (impliedDataOnly)
{
ropt->dataOnly = impliedDataOnly;
- ahlog(AH, 1, "Implied data-only restore\n", te->desc, te->name);
+ ahlog(AH, 1, "Implied data-only restore\n");
}
}