]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Oct 2020 00:37:20 +0000 (20:37 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Oct 2020 00:37:20 +0000 (20:37 -0400)
commit79fe23465d56e7a3e649fd95bdb4e8b0af27a376
tree5b976532bfd56e606b452fde6473b9e983db1401
parent59cfff65b10036b637a3f6e50d8f654e855d3b69
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