Обсуждение: pgsql: Rename walmethod fsync method to sync

Поиск
Список
Период
Сортировка

pgsql: Rename walmethod fsync method to sync

От
Magnus Hagander
Дата:
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(-)