pgsql: Rename walmethod fsync method to sync

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename walmethod fsync method to sync
Date: 2016-10-23 16:06:05
Message-ID: E1byLHh-0000uR-Ta@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename walmethod fsync method to sync

Using the name fsync clashed with the #define we have on Windows that
redefines it to _commit. Naming it sync should remove that conflict.

Per all the Windows buildfarm members

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c | 6 +++---
src/bin/pg_basebackup/walmethods.c | 10 +++++-----
src/bin/pg_basebackup/walmethods.h | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-23 19:02:38 pgsql: Avoid testing tuple visibility without buffer lock in RI_FKey_ch
Previous Message Magnus Hagander 2016-10-23 16:03:06 Re: pgsql: Allow pg_basebackup to stream transaction log in tar mode