pgsql: Simplify some code in pg_rewind when syncing target directory - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Simplify some code in pg_rewind when syncing target directory
Date
Msg-id E1gyWxv-0004PA-VI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Simplify some code in pg_rewind when syncing target directory

9a4059d simplified the flush of target data folder when finishing
processing, and could have done a bit more.

Discussion: https://postgr.es/m/20190131064759.GA13429@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6e52209eb1f830552a5ec220c2bfc3b517535837

Modified Files
--------------
src/bin/pg_rewind/pg_rewind.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Remove unneeded argument from _bt_getstackbuf().
Next
From: Michael Meskes
Date:
Subject: pgsql: Hopefully fixing memory handling issues in ecpglib thatCoverity