pgsql: Backport "Add pgreadlink() on Windows to read junction points".

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Backport "Add pgreadlink() on Windows to read junction points".
Дата
Msg-id E1YpjD9-0006yn-91@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Backport "Add pgreadlink() on Windows to read junction points".

The patch to recurseively fsync pgdata needs this, but it was only
introduced in 9.1.

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/include/port.h |    3 ++
src/port/dirmod.c  |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 121 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: citext's regexp_matches() functions weren't documented, either.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Create an infrastructure for parallel computation in PostgreSQL.