OSDN Git Service

Reduce proc_exit(1) to proc_exit(0) for errors detected in backend
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Feb 2000 04:26:35 +0000 (04:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Feb 2000 04:26:35 +0000 (04:26 +0000)
commit4467194b4479537c319a1842d27feaf027ac9fe2
tree0ebcb234779f11c846f3a7b62f11f33ba6dfcb3e
parente79b2dd5e7316c54c69a6d599d07b6bdf22e1d8b
Reduce proc_exit(1) to proc_exit(0) for errors detected in backend
command line processing.  As it stood, a bogus PGOPTIONS value from
a client would force a database system restart.  Not bad as a denial-
of-service attack...
src/backend/tcop/postgres.c