]> granicus.if.org Git - postgresql/commit
Simplify some code in pg_rewind when syncing target directory
authorMichael Paquier <michael@paquier.xyz>
Tue, 26 Feb 2019 07:08:24 +0000 (16:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 26 Feb 2019 07:08:24 +0000 (16:08 +0900)
commit6e52209eb1f830552a5ec220c2bfc3b517535837
tree97f9fcca891a97844b3e5651bbdaac11f154ab0a
parent2ab23445bc6af517bddb40d8429146d8ff8d7ff4
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
src/bin/pg_rewind/pg_rewind.c