The attached patch cleans up some code in pg_dump. It cuts some
Bruce Momjian <bruce@momjian.us>
The attached patch cleans up some code in pg_dump. It cuts some unused function arguments, and makes the TableInfo struct slightly smaller by removing an unnecessary member. Neil Conway <neilconway@rogers.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/common.c | modified | +7 −5 |
| src/bin/pg_dump/pg_dump.c | modified | +9 −13 |
| src/bin/pg_dump/pg_dump.h | modified | +2 −6 |