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: }
Defined functions
reinit
defined in line
8; used 3 times