forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbf9aa49
committed
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
to make it easier to reuse that code. There is no user-visible changes.This is in preparation for the patch to add a new archive format, a directory,to perform a custom-like dump but with each table being dumped to a separatefile (that in turn is a prerequisite for parallel pg_dump). This also makes iteasier to add new compression methods in the future, and makes thepg_backup_custom.c code easier to read, when the compression-related code isfactored out.Joachim Wieland, with heavy editorialization by me.1 parent225f0aa commitbf9aa49
File tree
5 files changed
+552
-293
lines changed- src/bin/pg_dump
5 files changed
+552
-293
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments
Comments
(0)