1: # include   "../ingres.h"
   2: # include   "../tree.h"
   3: # include   "../symbol.h"
   4: # include   "../lock.h"
   5: 
   6: /*
   7: ** REINIT -- reinitialize decomp upon end of query, error, or interrupt.
   8: **	All open relations are closed, temp relations destroyed,
   9: **	and relation locks released.
  10: */
  11: 
  12: reinit()
  13: {
  14:     closers();
  15:     if (Lockrel)    /* release all relation locks */
  16:         unlall();
  17: }

Defined functions

Last modified: 1980-12-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2178
Valid CSS Valid XHTML 1.0 Strict