pgsql: Fix compiler warnings - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix compiler warnings
Date
Msg-id E1bphfR-0004yV-H9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compiler warnings

This was missed in bf5bb2e85b6492c7245b9446efaf43d52a98db13, because the
code is only visible under PG_FLUSH_DATA_WORKS.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f2af8dc5ba8801c126d877a52076d441cac78646

Modified Files
--------------
src/common/file_utils.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Move fsync routines of initdb into src/common/
Next
From: Stephen Frost
Date:
Subject: pgsql: Remove superuser checks in pgstattuple