mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 20:37:35 +08:00
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.