Обсуждение: pgsql-server: Fix BSD-only coding in port.c (passing a local variable to

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

pgsql-server: Fix BSD-only coding in port.c (passing a local variable to

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix BSD-only coding in port.c (passing a local variable to putenv).
Also a quick but half-baked attempt to make trim_trailing_separator
do the right thing with path consisting only of '/' --- still needs
work for Windows I think.

Modified Files:
--------------
    pgsql-server/src/port:
        path.c (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/port/path.c.diff?r1=1.20&r2=1.21)