aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.h
diff options
context:
space:
mode:
authorPhilip Warner <pjw@rhyme.com.au>2001-02-13 01:31:54 +0000
committerPhilip Warner <pjw@rhyme.com.au>2001-02-13 01:31:54 +0000
commit4a19bd87411dba4315cdacdb98c62d8758142d47 (patch)
treef58009f30bbc4ae829cea28c66917d87df7c5957 /src/bin/pg_dump/pg_backup_archiver.h
parentf7a839bc2ba3f15d48006fe931499d4d9cfb314f (diff)
downloadpostgresql-4a19bd87411dba4315cdacdb98c62d8758142d47.tar.gz
postgresql-4a19bd87411dba4315cdacdb98c62d8758142d47.zip
- Fix help output: replace 'f' with 't' and change desc
- Add extra arg to formatStringLiteral to specify how to handle LF & TAB. I opted for encoding them except in procedure bodies & comments - Fixed bug in tar file input when restoring blobs
Diffstat (limited to 'src/bin/pg_dump/pg_backup_archiver.h')
-rw-r--r--src/bin/pg_dump/pg_backup_archiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup_archiver.h b/src/bin/pg_dump/pg_backup_archiver.h
index 634c10888b7..ebbfdb31d88 100644
--- a/src/bin/pg_dump/pg_backup_archiver.h
+++ b/src/bin/pg_dump/pg_backup_archiver.h
@@ -62,7 +62,7 @@ typedef z_stream *z_streamp;
#define K_VERS_MAJOR 1
#define K_VERS_MINOR 4
-#define K_VERS_REV 27
+#define K_VERS_REV 28
/* Data block types */
#define BLK_DATA 1