The result of getopt() should be compared to -1, not EOF, per
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jan 2002 01:11:45 +0000 (01:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Jan 2002 01:11:45 +0000 (01:11 +0000)
commit7a96e1677cfa699866a6e12dd7bfbf0a0aa5d7ed
tree8a1ca6a1f45ac928e0005b31da67e1540af7e9f7
parent8f2cbe5b800762c56dc210a8dcfdf1cfe9ef0ede
The result of getopt() should be compared to -1, not EOF, per
pgsql-hackers discussion of this date.
contrib/dbase/dbf2pg.c
contrib/oid2name/oid2name.c
contrib/pgbench/pgbench.c
src/backend/bootstrap/bootstrap.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/bin/pg_dump/pg_restore.c
src/interfaces/ecpg/preproc/ecpg.c