Prevent tv_sec from becoming negative in connection timeout code.
Bruce Momjian <bruce@momjian.us>
Prevent tv_sec from becoming negative in connection timeout code.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/FAQ/FAQ.html | modified | +14 −5 |
| src/backend/nodes/nodes.c | modified | +2 −12 |
| src/backend/utils/mmgr/mcxt.c | modified | +24 −1 |
| src/include/nodes/nodes.h | modified | +19 −6 |
| src/include/utils/palloc.h | modified | +4 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +5 −2 |