]> granicus.if.org Git - postgresql/commit
Fix compile failure
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 10 Jul 2019 13:01:28 +0000 (09:01 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 10 Jul 2019 13:13:50 +0000 (09:13 -0400)
commit2ede93de9e80f0f39276c0afabf1621d21180370
treebb6b3b738f27dc39f539fbe9b56d0025c0889db8
parent1cde7fe84a479113127596e46e070f07ac6f09d0
Fix compile failure

REL_11_STABLE's configure does not select C99 mode by default, so using
C99 block initializer broke the build for some compilers.  Revert to C89
in that branch.

Author: MichaĆ«l Paquier
Discussion: https://postgr.es/m/20190710070122.GE1031@paquier.xyz
src/backend/commands/tablecmds.c