-
- Downloads
Code review for --no-data-for-failed-tables patch. Instead of trashing
one of the program's core data structures, make use of the existing ability to selectively exclude TOC items by ID. Slightly more code but much less likely to create future maintenance problems.
Showing
- doc/src/sgml/ref/pg_restore.sgml 16 additions, 8 deletionsdoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup.h 5 additions, 7 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 31 additions, 15 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_restore.c 9 additions, 1 deletionsrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment