pgsql: Avoid file descriptor leak in pg_test_fsync.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Avoid file descriptor leak in pg_test_fsync.
Дата
Msg-id E1Xr95k-0002Rp-6F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8cf825974cd10323013f3be0ed1cd35176fbe364

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix bug in the test of file descriptor of current WAL file in pg
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid file descriptor leak in pg_test_fsync.