pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
authorBruce Momjian <[email protected]>
Fri, 16 Oct 2020 00:37:19 +0000 (20:37 -0400)
committerBruce Momjian <[email protected]>
Fri, 16 Oct 2020 00:37:19 +0000 (20:37 -0400)
commit16be4e435b74f3c7f4a8666ca161ab7f1cfa4c7b
treebcf4812bdc59b33f4a7fdf05d69ded0229f83e63
parenteb421c83b0a92abe9ce91425be9e1ccab5a644df
pg_upgrade:  remove C99 compiler req. from commit 3c0471b5fd

This commit required support for inline variable definition, which is
not a requirement.

RELEASE NOTE AUTHOR:  the author of commit 3c0471b5fd
(pg_upgrade/tablespaces) was Justin Pryzby, not me.

Reported-by: Andres Freund
Discussion: https://postgr.es/m/20201016001959[email protected]

Backpatch-through: 9.5
src/bin/pg_upgrade/check.c