OSDN Git Service

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)
commit27fbfd396c62178f58564e77e5f27ed541618b3e
tree06ddf51092e0f98cc9fd4e114e8a50cc1815664e
parent2227e2f16dfb498e72dc1e7d87ba1c2b7fef0b4d
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