diff options
Diffstat (limited to 'src/include/nodes/parsenodes.h')
| -rw-r--r-- | src/include/nodes/parsenodes.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 6ac6d0be4d..269fa9592b 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.118 2000/11/05 00:15:53 tgl Exp $ + * $Id: parsenodes.h,v 1.119 2000/11/05 22:50:21 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -695,6 +695,11 @@ typedef struct SetSessionStmt List *args; } SetSessionStmt; +typedef struct CheckPointStmt +{ + NodeTag type; +} CheckPointStmt; + /* ---------------------- * Set Statement * ---------------------- |
