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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix non-C89-compliant initialization of array in parallel.c.
Date: 2016-04-15 02:28:44
Message-ID: E1aqtUy-0005nR-AT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6e53bb4fdca945d0867e11551bab019c555ecf26

Modified Files
--------------
src/bin/pg_dump/parallel.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-04-15 02:28:45 pgsql: Remove trailing commas in enums.
Previous Message Andres Freund 2016-04-15 02:28:42 pgsql: Remove trailing commas in enums.