mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
d9e7873bbb
GetVirtualXIDsDelayingChkpt calls palloc, which isn't safe in a critical section. I thought I covered this case with the exemption for the checkpointer, but CreateCheckPoint is also called from the startup process.