pgsql: Use our own getopt() and getopt_long() on Solaris, because that - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Use our own getopt() and getopt_long() on Solaris, because that
Date
Msg-id 20080224052247.34BB0754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use our own getopt() and getopt_long() on Solaris, because that platform's
versions don't handle long options the way we want.  Per Zdenek Kotala.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql:
        configure.in (r1.301.2.29 -> r1.301.2.30)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.301.2.29&r2=1.301.2.30)
        configure (r1.310.2.30 -> r1.310.2.31)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.310.2.30&r2=1.310.2.31)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use our own getopt() and getopt_long() on Solaris, because that
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: Avoid freeing SPI plan which will already be freed