Fix non-C89-compliant initialization of array in parallel.c.

Andres Freund <andres@anarazel.de>

Commit: 6e53bb4fdca945d0867e11551bab019c555ecf26
Author: Andres Freund <andres@anarazel.de>
Date: 2016-04-15T02:27:49Z
Releases: 9.3.13
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

PathChange+/−
src/bin/pg_dump/parallel.c modified +4 −1