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:21:55
Message-ID: 20080224052155.24989754108@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.

Modified Files:
--------------
pgsql:
configure.in (r1.551 -> r1.552)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.551&r2=1.552)
configure (r1.584 -> r1.585)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.584&r2=1.585)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-02-24 05:22:04 pgsql: Use our own getopt() and getopt_long() on Solaris, because that
Previous Message Tom Lane 2008-02-23 19:24:09 pgsql: Avoid trying to print a NULL char pointer in --describe-config.