On Solaris, we should only force use of our own getopt(); it's okay to use
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Mar 2009 19:58:11 +0000 (19:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Mar 2009 19:58:11 +0000 (19:58 +0000)
commit3da36407c041a4115f8ec9c2674a1e8662fba5ab
treedcbe59e60980060c2704296aa01a7e2733b90655
parent665aa5e540f979a585b75822f6cbe55b1993859f
On Solaris, we should only force use of our own getopt(); it's okay to use
the system's getopt_long().  The previous coding was the result of a sloppy
discussion that failed to draw this distinction.  The result was that PG
programs don't handle options as users of that platform expect.  Per
gripe from Chuck McDevitt.

Although this is a pre-existing bug, I'm not backpatching since I think we
could do with a bit of beta testing before concluding this is really OK.
configure
configure.in