Remove a boatload of useless definitions of 'int optreset'. If we

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 27fbfd396c62178f58564e77e5f27ed541618b3e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-05T04:19:59Z
Releases: 8.4.0
Remove a boatload of useless definitions of 'int optreset'.  If we
are using our own ports of getopt or getopt_long, those will define
the variable for themselves; and if not, we don't need these, because
we never touch the variable anyway.

Files