diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-02 21:04:30 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-02 21:04:30 +0000 |
commit | cd48aa0e9636c6225d34f366a9d71e7fc118c9f3 (patch) | |
tree | e30c2f35cfba8269dbcd66b04b20bada90fb60d4 /src/tutorial | |
parent | 2e1229671aec11a7a85706d4c69631f525569563 (diff) |
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.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions