pgsql: pg_rewind: Move syncTargetDirectory() to file_ops.c

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: pg_rewind: Move syncTargetDirectory() to file_ops.c
Дата
Msg-id E1kaEZF-0001dL-V0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_rewind: Move syncTargetDirectory() to file_ops.c

For consistency. All the other low-level functions that operate on the
target directory are in file_ops.c.

Reviewed-by: Michael Paquier
Discussion: https://www.postgresql.org/message-id/0c5b3783-af52-3ee5-f8fa-6e794061f70d%40iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ffb4e27e9c5ea87f9fecb7036dfc7cc1f38169b6

Modified Files
--------------
src/bin/pg_rewind/file_ops.c  | 19 +++++++++++++++++++
src/bin/pg_rewind/file_ops.h  |  1 +
src/bin/pg_rewind/pg_rewind.c | 22 +---------------------
src/bin/pg_rewind/pg_rewind.h |  1 +
4 files changed, 22 insertions(+), 21 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Get rid of the dedicated latch for signaling the startup process
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: pg_rewind: Replace the hybrid list+array data structure with sim