Don't treat DumpOptions->dump_inserts like a boolean
Alvaro Herrera <alvherre@alvh.no-ip.org>
Don't treat DumpOptions->dump_inserts like a boolean This has been an integer count since 7e413a0f82c8 so treat it explicitly like an integer. No backpatch since this is just cosmetic.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup.h | modified | +1 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +1 −1 |