pgsql: Introduce minimal C99 usage to verify compiler support. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Introduce minimal C99 usage to verify compiler support.
Date
Msg-id E1ft16F-0007FJ-1c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Introduce minimal C99 usage to verify compiler support.

This just converts a few for loops in postgres.c to declare variables
in the loop initializer, and uses designated initializers in smgr.c's
definition of smgr callbacks.

Author: Andres Freund
Discussion: https://postgr.es/m/97d4b165-192d-3605-749c-f614a0c4e783@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/143290efd0795b61ed2c8358fc1767e799140047

Modified Files
--------------
src/backend/storage/smgr/smgr.c | 21 ++++++++++++++++++---
src/backend/tcop/postgres.c     | 25 +++++++------------------
2 files changed, 25 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add more tests for VACUUM skips with partitioned tables
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Fix configure's snprintf test so it exposes HP-UX bug.