pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Oct 2020 00:37:19 +0000 (20:37 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Oct 2020 00:37:19 +0000 (20:37 -0400)
commitb05672c725d62760ce7cba1150975b17aba5e29b
tree225df7c7b9cc09d0187fc7f54f0439fb68d7920a
parentd9ae2297bf0f668467780bd80815a4a2d30e822c
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.h24fkywfubkv2pc5@alap3.anarazel.de

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