pgsql: Fix compiler warnings

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warnings
Date: 2016-09-29 20:10:53
Message-ID: E1bphfR-0004yV-H9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-09-30 02:13:43 pgsql: Remove superuser checks in pgstattuple
Previous Message Tom Lane 2016-09-29 18:30:05 Re: pgsql: Move fsync routines of initdb into src/common/