diff options
| author | Bruce Momjian | 2000-07-27 19:49:24 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-07-27 19:49:24 +0000 |
| commit | 56c754a555d82c4c9f7543495ff89ed3101b8100 (patch) | |
| tree | 1e2a2ffdfc654016be3828ca2b54b766099b102c /src/bin | |
| parent | e3b440066798b6692c79613783b7bc2cdeac8f82 (diff) | |
Some pedantic compile syntax errors to fix with the following patch
for today's snapshot
Andreas
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/pg_backup.h | 6 | ||||
| -rw-r--r-- | src/bin/pg_dump/pg_backup_archiver.c | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h index fb930637ccc..6e37a7c01d6 100644 --- a/src/bin/pg_dump/pg_backup.h +++ b/src/bin/pg_dump/pg_backup.h @@ -115,8 +115,10 @@ extern void ArchiveEntry(Archive* AH, const char* oid, const char* name, /* Called to write *data* to the archive */ extern int WriteData(Archive* AH, const void* data, int dLen); -//extern int StartBlobs(Archive* AH); -//extern int EndBlobs(Archive* AH); +/* +extern int StartBlobs(Archive* AH); +extern int EndBlobs(Archive* AH); +*/ extern int StartBlob(Archive* AH, int oid); extern int EndBlob(Archive* AH, int oid); diff --git a/src/bin/pg_dump/pg_backup_archiver.c b/src/bin/pg_dump/pg_backup_archiver.c index 55fb0f742f1..071a066912d 100644 --- a/src/bin/pg_dump/pg_backup_archiver.c +++ b/src/bin/pg_dump/pg_backup_archiver.c @@ -1357,7 +1357,7 @@ static void _reconnectAsOwner(ArchiveHandle* AH, TocEntry* te) if (RestoringToDB(AH)) { ReconnectDatabase(AH, te->owner); - //todo pjw - ???? fix for db connection... + /* todo pjw - ???? fix for db connection... */ } else { |
