- Check ntuples == 1 for various SELECT statements.
Philip Warner <pjw@rhyme.com.au>
- 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.c | modified | +69 −28 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +19 −5 |
| src/bin/pg_dump/pg_backup_db.c | modified | +14 −2 |
| src/bin/pg_dump/pg_backup_files.c | modified | +37 −7 |
| src/bin/pg_dump/pg_backup_null.c | modified | +5 −0 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +41 −11 |
| src/bin/pg_dump/pg_dump.c | modified | +70 −16 |