pgsql: Fix C99isms introduced when backpatching atomics / spinlock test

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix C99isms introduced when backpatching atomics / spinlock test
Date: 2020-06-18 22:17:15
Message-ID: E1jm2qR-0006tC-Bw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix C99isms introduced when backpatching atomics / spinlock tests.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5e4beae86d2684eb2f80cbda881eea5351b004ee

Modified Files
--------------
src/test/regress/regress.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-06-18 22:17:17 pgsql: Fix C99isms introduced when backpatching atomics / spinlock test
Previous Message Andres Freund 2020-06-18 22:17:12 pgsql: Fix C99isms introduced when backpatching atomics / spinlock test