pgsql: Add cygwin version check before using cygwin_conv_path(), and use - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Add cygwin version check before using cygwin_conv_path(), and use
Date
Msg-id 20100407034851.AF7EE7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add cygwin version check before using cygwin_conv_path(),
and use cygwin_conv_to_full_win32_path() in older versions.

Modified Files:
--------------
    pgsql/src/bin/pg_ctl:
        pg_ctl.c (r1.121 -> r1.122)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c?r1=1.121&r2=1.122)

pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes:
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING