Fix non-C89-compliant initialization of array in parallel.c.
Andres Freund <andres@anarazel.de>
Fix non-C89-compliant initialization of array in parallel.c. In newer branches this was already fixed in 59202fae04. Found using clang's -Wc99-extensions.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/parallel.c | modified | +4 −1 |