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:17
Message-ID: E1jm2qT-0006td-Rx@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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/86593365ce40b20f99c0575e79f47da92afe46d7

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:20 pgsql: Fix C99isms introduced when backpatching atomics / spinlock test
Previous Message Andres Freund 2020-06-18 22:17:15 pgsql: Fix C99isms introduced when backpatching atomics / spinlock test