From ebb531836ada81958bbf95c60dd05dc58eb3e810 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 9 Nov 2002 23:56:39 +0000 Subject: Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] for temp tables. Gavin Sherry --- src/include/nodes/parsenodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/nodes/parsenodes.h') diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 8303fe9d09f..210acd86edd 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.210 2002/11/06 00:00:44 tgl Exp $ + * $Id: parsenodes.h,v 1.211 2002/11/09 23:56:39 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -919,6 +919,7 @@ typedef struct CreateStmt List *inhRelations; /* relations to inherit from */ List *constraints; /* constraints (list of Constraint nodes) */ bool hasoids; /* should it have OIDs? */ + char ateoxact; /* what do we do at COMMIT for TEMP ? */ } CreateStmt; /* ---------- -- cgit v1.2.3