]> granicus.if.org Git - postgresql/commit
Move fsync routines of initdb into src/common/
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Sep 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Sep 2016 16:00:00 +0000 (12:00 -0400)
commitbf5bb2e85b6492c7245b9446efaf43d52a98db13
tree38f78d92b70e4823373d39053cef9fd2be562a1b
parent6e654546fb61f62cc982d0c8f62241b3b30e7ef8
Move fsync routines of initdb into src/common/

The intention is to used those in other utilities such as pg_basebackup
and pg_receivexlog.

From: Michael Paquier <michael.paquier@gmail.com>
src/bin/initdb/initdb.c
src/bin/initdb/nls.mk
src/bin/pg_basebackup/nls.mk
src/common/Makefile
src/common/file_utils.c [new file with mode: 0644]
src/include/common/file_utils.h [new file with mode: 0644]
src/tools/msvc/Mkvcbuild.pm