pgsql: Simplify some code in pg_rewind when syncing target directory

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify some code in pg_rewind when syncing target directory
Date: 2019-02-26 07:15:47
Message-ID: E1gyWxv-0004PA-VI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-02-26 09:28:22 Re: pgsql: Avoid creation of the free space map for small heap relations, t
Previous Message Amit Kapila 2019-02-26 03:47:33 Re: pgsql: Avoid creation of the free space map for small heap relations, t