mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-05 21:09:11 +00:00
attach_writer()/reader() are called from each forked process. It's too late to do initialization there, in fact we used to overwrite the contents of the hash table (or at least the freelist?) every time a new process attached to it. The initialization must be done earlier, in the HashMapInit() constructors.