• B
    That's just the lovely way windows handles a "segfault". Gotta be really · 7fad5fff
    Bruce Momjian 提交于
    interesting for MS to catch all those dumps...
    
    Anyway. Oops. Seems I ran my regression tests with the old psql, and
    just managed to update the backend, when I tested that patch. Turns out
    there are codepaths where we'd access the Critical Section before it was
    initialized. Attached patch breaks the initializeation off to a separate
    part and adds that one to a much earlier position in the program.
    
    Magnus Hagander
    7fad5fff
startup.c 14.6 KB