From 06ef1ef2ec8f51df700a230909c46a25f587f94d Mon Sep 17 00:00:00 2001 From: Philip Warner Date: Fri, 12 Jan 2001 04:32:07 +0000 Subject: - Check ntuples == 1 for various SELECT statements. - Fix handling of --tables=* (multiple tables never worked properly, AFAICT) - strdup() the current user in DB routines - Check results of IO routines more carefully. - Check results of PQ routines more carefully. Have not fixed index output yet. --- src/bin/pg_dump/pg_backup_null.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bin/pg_dump/pg_backup_null.c') diff --git a/src/bin/pg_dump/pg_backup_null.c b/src/bin/pg_dump/pg_backup_null.c index e6f81bb31f..26c30bd8ec 100644 --- a/src/bin/pg_dump/pg_backup_null.c +++ b/src/bin/pg_dump/pg_backup_null.c @@ -22,6 +22,11 @@ * * Initial version. * + * Modifications - 04-Jan-2001 - pjw@rhyme.com.au + * + * - Check results of IO routines more carefully. + * + * *------------------------------------------------------------------------- */ -- cgit v1.2.1