• B
    Tom Lane wrote: · b1a5f872
    Bruce Momjian 提交于
    > There's no longer a separate call to heap_storage_create in that routine
    > --- the right place to make the test is now in the storage_create
    > boolean parameter being passed to heap_create.  A simple change, but
    > it passeth patch's understanding ...
    
    Thanks.
    
    Attached is a patch against cvs tip as of 8:30 PM PST or so. Turned out
    that even after fixing the failed hunks, there was a new spot in
    bufmgr.c which needed to be fixed (related to temp relations;
    RelationUpdateNumberOfBlocks). But thankfully the regression test code
    caught it :-)
    
    Joe Conway
    b1a5f872
parsenodes.h 47.3 KB