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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Add pgreadlink() on Windows to read junction points
Дата
Msg-id E1Pbvxp-0004JC-GM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add pgreadlink() on Windows to read junction points

Add support for reading back information about the symbolic
links we've created with pgsymlink(), which are actually
Junction Points. Just like pgsymlink() can only create directory
symlinks, pgreadlink() can only read directory symlinks.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=db4d22d0eff091e96d92c82566c9e9d297040b93

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


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: There is no need to have to identical functions in ecpg thus rem
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly install gram.h on MSVC builds