pgsql: Simplify some code in pg_rewind when syncing target directory

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Simplify some code in pg_rewind when syncing target directory
Дата
Msg-id E1gyWxv-0004PA-VI@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Remove unneeded argument from _bt_getstackbuf().
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Hopefully fixing memory handling issues in ecpglib thatCoverity