Remove feof(stdin) calls related to when to prompt for a password,
Peter Eisentraut <peter_e@gmx.net>
Remove feof(stdin) calls related to when to prompt for a password, leftovers from when the password was read from stdin.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/oid2name/oid2name.c | modified | +2 −3 |
| contrib/pgbench/pgbench.c | modified | +2 −3 |
| contrib/vacuumlo/vacuumlo.c | modified | +2 −3 |
| src/bin/pg_dump/pg_backup_db.c | modified | +2 −3 |
| src/bin/pg_dump/pg_dumpall.c | modified | +2 −3 |
| src/bin/psql/startup.c | modified | +2 −3 |
| src/bin/scripts/common.c | modified | +2 −3 |