pgsql: pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
Date
Msg-id E1kTDkX-0005L3-D1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6e34cc8ab596bd8c730fe786b068a400b7d502e9

Modified Files
--------------
src/bin/pg_upgrade/check.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: generate check error for left-over new tablespace
Next
From: Andres Freund
Date:
Subject: pgsql: llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559