postgresql/src/include/tcop
Tom Lane b5ebef7c41 Push enable/disable of notify and catchup interrupts all the way down
to just around the bare recv() call that gets a command from the client.
The former placement in PostgresMain was unsafe because the intermediate
processing layers (especially SSL) use facilities such as malloc that are
not necessarily re-entrant.  Per report from counterstorm.com.
2005-06-02 21:03:25 +00:00
..
dest.h Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
fastpath.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pquery.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tcopdebug.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tcopprot.h Push enable/disable of notify and catchup interrupts all the way down 2005-06-02 21:03:25 +00:00
utility.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00