pgsql: Avoid C99-ism in pre-v12 branches.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid C99-ism in pre-v12 branches.
Date: 2020-07-21 17:13:55
Message-ID: E1jxvpz-0002Zt-Bz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid C99-ism in pre-v12 branches.

Per buildfarm (I need to figure out why my own compiler did not
whine about this).

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/22b96f883fe2a454476b4d5fd69ee46b15889169

Modified Files
--------------
src/backend/catalog/indexing.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-07-21 19:19:51 pgsql: Weaken type-OID-matching checks in array_recv and record_recv.
Previous Message Alvaro Herrera 2020-07-21 17:12:26 pgsql: Minor glossary tweaks