OSDN Git Service

- Fix compiler warning in pg_restore
authorPhilip Warner <pjw@rhyme.com.au>
Sun, 4 Nov 2001 04:05:36 +0000 (04:05 +0000)
committerPhilip Warner <pjw@rhyme.com.au>
Sun, 4 Nov 2001 04:05:36 +0000 (04:05 +0000)
commit1ef62bb6fc0f2717319104ae86a9f815c38ade41
tree43c4e27da77e34bc31bafa475f2bd125ad7da5e9
parent7cc8af556363f65c9fd1ae89ae97da2b295f53a3
- Fix compiler warning in pg_restore
- Fix handling of {data/schema}-only restores when using a full
  backup file; prior version was restoring schema in data-only
  restores. Added enum to make code easier to understand.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_restore.c