pgsql: Rename walmethod fsync method to sync

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Rename walmethod fsync method to sync
Дата
Msg-id E1byLHh-0000uR-Ta@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Allow pg_basebackup to stream transaction log in tar mode
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid testing tuple visibility without buffer lock in RI_FKey_ch