pgsql: pg_rewind: Move syncTargetDirectory() to file_ops.c - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: pg_rewind: Move syncTargetDirectory() to file_ops.c
Date
Msg-id E1kaEZF-0001dL-V0@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Get rid of the dedicated latch for signaling the startup process
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: pg_rewind: Replace the hybrid list+array data structure with sim