diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-02 21:03:46 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-02 21:03:46 +0000 |
commit | 543bb05a8b81e478eeacd30a7edb55c1f621e610 (patch) | |
tree | 22b0f0a6d0a4e2e12c73e77ba881b403976e5e28 /src/backend/access/gist | |
parent | 53b4a1ce4bd2e836ba6fd6cf13a753cb99f14a66 (diff) | |
download | postgresql-543bb05a8b81e478eeacd30a7edb55c1f621e610.tar.gz postgresql-543bb05a8b81e478eeacd30a7edb55c1f621e610.zip |
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/backend/access/gist')
0 files changed, 0 insertions, 0 deletions