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-0002Zu-CQ@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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a00dbfaeed4017bca695a3e77d0f6264ba94a4c1

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