Re: fix in --help output - Mailing list pgsql-patches

From Tom Lane
Subject Re: fix in --help output
Date
Msg-id 3484.1203693335@sss.pgh.pa.us
Whole thread Raw
In response to Re: fix in --help output  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: fix in --help output
List pgsql-patches
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> I attached patch which replaces any "--..." occurrence with "-c..." on
> command line.

Please see whether forcibly using src/port/getopt.c fixes this,
instead.  A saner patch would probably add something like this
to configure.in:

if test "$PORTNAME" = "solaris"; then
AC_LIBOBJ(getopt)
AC_LIBOBJ(getopt_long)
fi

            regards, tom lane

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: fix in --help output
Next
From: Zdenek Kotala
Date:
Subject: Re: fix in --help output