Add SET statement_timeout capability. Timeout is in ms. A value of
Bruce Momjian <bruce@momjian.us>
Add SET statement_timeout capability. Timeout is in ms. A value of zero turns off the timer.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +11 −1 |
| src/backend/postmaster/postmaster.c | modified | +3 −3 |
| src/backend/storage/lmgr/proc.c | modified | +155 −25 |
| src/backend/tcop/postgres.c | modified | +16 −8 |
| src/backend/utils/misc/guc.c | modified | +7 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −0 |
| src/bin/psql/tab-complete.c | modified | +2 −1 |
| src/include/storage/proc.h | modified | +5 −4 |