Annotation of 43BSD/ingres/source/decomp/reinit.c, revision 1.1

1.1     ! root        1: # include      <ingres.h>
        !             2: # include      <aux.h>
        !             3: # include      <tree.h>
        !             4: # include      <symbol.h>
        !             5: # include      <lock.h>
        !             6: # include      <sccs.h>
        !             7: 
        !             8: SCCSID(@(#)reinit.c    8.1     12/31/84)
        !             9: 
        !            10: /*
        !            11: ** REINIT -- reinitialize decomp upon end of query, error, or interrupt.
        !            12: **     All open relations are closed, temp relations destroyed,
        !            13: **     and relation locks released.
        !            14: */
        !            15: 
        !            16: reinit()
        !            17: {
        !            18:        closers();
        !            19:        if (Lockrel)    /* release all relation locks */
        !            20:                unlall();
        !            21: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.