pgsql: Reverse out because the lack of using pgport in timezone/ is - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Reverse out because the lack of using pgport in timezone/ is
Date
Msg-id 20050706210415.568F9529A0@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reverse out because the lack of using pgport in timezone/ is causing
problems:

---------------------------------------------------------------------------

Support cross compilation by compiling "zic" with a native compiler.
This relies on the output of zic being platform independent, but that is
currently the case.

Modified Files:
--------------
    pgsql:
        configure (r1.443 -> r1.444)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.443&r2=1.444)
        configure.in (r1.416 -> r1.417)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.416&r2=1.417)
    pgsql/doc/src/sgml:
        installation.sgml (r1.239 -> r1.240)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.239&r2=1.240)
    pgsql/src:
        Makefile.global.in (r1.216 -> r1.217)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.216&r2=1.217)
    pgsql/src/timezone:
        Makefile (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile.diff?r1=1.20&r2=1.21)

pgsql-committers by date:

Previous
From: andrewsn@pgfoundry.org (User Andrewsn)
Date:
Subject: newsysviews - newsysview: oops, missed one
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Complete zic patch backout by removing NO_PGPORT workaround.