postgresql/src/backend/storage
Thomas Munro 7c85be08a2 Fix mdsyncfiletag(), take II.
The previous commit failed to consider that FileGetRawDesc() might
not return a valid fd, as discovered on the build farm.  Switch to
using the File interface only.

Back-patch to 12, like the previous commit.
2019-12-14 18:35:58 +13:00
..
buffer Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
file Add safeguards for pg_fsync() called with incorrectly-opened fds 2019-11-26 13:32:52 +09:00
freespace Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
ipc Introduce the 'force' option for the Drop Database command. 2019-11-13 08:25:33 +05:30
large_object Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
lmgr Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
page Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
smgr Fix mdsyncfiletag(), take II. 2019-12-14 18:35:58 +13:00
sync Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00