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)
commit240d5a2b723e760cc72c819e94b0c0076d04a55b
tree7f49011fc4b700cea40f2c8e99bcc698eeaa003a
parentf256f90c340743d6d5d7de3b4d463ff50550705f
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