Обсуждение: pgsql: Avoid file descriptor leak in pg_test_fsync.

Поиск
Список
Период
Сортировка

pgsql: Avoid file descriptor leak in pg_test_fsync.

От
Robert Haas
Дата:
Avoid file descriptor leak in pg_test_fsync.

This can cause problems on Windows, where files that are still open
can't be unlinked.

Jeff Janes

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a9f3280efee0d3c4f697ef33f28cbc8e626f9e86

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |    2 --
1 file changed, 2 deletions(-)