pgsql: Use our own getopt() and getopt_long() on Solaris, because that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use our own getopt() and getopt_long() on Solaris, because that
Date: 2008-02-24 05:22:24
Message-ID: 20080224052224.2F10E754109@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql:
configure.in (r1.431.2.22 -> r1.431.2.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.431.2.22&r2=1.431.2.23)
configure (r1.461.2.21 -> r1.461.2.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.461.2.21&r2=1.461.2.22)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-02-24 05:22:35 pgsql: Use our own getopt() and getopt_long() on Solaris, because that
Previous Message Tom Lane 2008-02-24 05:22:12 pgsql: Use our own getopt() and getopt_long() on Solaris, because that