]> granicus.if.org Git - postgresql/commit
Fix non-C89-compliant initialization of array in parallel.c.
authorAndres Freund <andres@anarazel.de>
Fri, 15 Apr 2016 02:22:50 +0000 (19:22 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 15 Apr 2016 02:27:49 +0000 (19:27 -0700)
commit6e53bb4fdca945d0867e11551bab019c555ecf26
tree4798079c018480eb2d34e76e2a7e719e8f0f9298
parentf1d26d3e0a7f0e1928cfb672c6c56fc342174a58
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.
src/bin/pg_dump/parallel.c