Remove a boatload of useless definitions of 'int optreset'. If we
commitc1dac12e013e183c52cee5de3b8e15c7c62beaeb
authortgl <tgl>
Sun, 5 Apr 2009 04:19:59 +0000 (5 04:19 +0000)
committertgl <tgl>
Sun, 5 Apr 2009 04:19:59 +0000 (5 04:19 +0000)
treec42c904ddeaf84cb0be99966a0e15a55e6787b95
parentaca68722c469218ff00ec4f992381cfdafdcaf37
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.
src/backend/postmaster/postmaster.c
src/bin/initdb/initdb.c
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c
src/bin/psql/startup.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/include/getopt_long.h
src/port/getopt_long.c