Remove a boatload of useless definitions of 'int optreset'. If we
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Apr 2009 04:19:59 +0000 (04:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Apr 2009 04:19:59 +0000 (04:19 +0000)
commit963be7b61a6a61e43b0ef940912b30ac67dcbbb1
tree29a5d5c7933e9dbf3f3cdb8488ecde8bd6925a9b
parent9fa31d10f9634e19d61762100feec9e81d01bccd
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