pgsql: Use a new API rather than a deprecated one in in cygwin. - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Use a new API rather than a deprecated one in in cygwin.
Date
Msg-id 20100405022556.6BE627541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use a new API rather than a deprecated one in in cygwin.
cygwin_conv_to_full_win32_path should be replaced with cygwin_conv_path.

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

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add contraint exclusion section to contraint docs.
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Make dmetaphone.c safe for pgindent and fussy compilers.