-
- Downloads
pg_dump: Remove global Archive pointer.
Instead, everything that needs the Archive object now gets it as a parameter. This is necessary infrastructure for parallel pg_dump, but is also amply justified by the ugliness of the current code (though a lot more than this is needed to fix that problem).
Showing
- src/bin/pg_dump/common.c 28 additions, 28 deletionssrc/bin/pg_dump/common.c
- src/bin/pg_dump/pg_backup.h 2 additions, 2 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_dump.c 370 additions, 326 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dump.h 34 additions, 28 deletionssrc/bin/pg_dump/pg_dump.h
Loading
Please register or sign in to comment