mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Miscellaneous cleanups of places that needed to account for new
pg_language entries.
This commit is contained in:
@@ -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.104 2000/04/12 17:16:40 momjian Exp $
|
||||
* $Id: parsenodes.h,v 1.105 2000/05/28 20:34:49 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -248,7 +248,7 @@ typedef struct CreateTrigStmt
|
||||
bool before; /* BEFORE/AFTER */
|
||||
bool row; /* ROW/STATEMENT */
|
||||
char actions[4]; /* Insert, Update, Delete */
|
||||
char *lang; /* NULL (which means Clanguage) */
|
||||
char *lang; /* currently not used, always NULL */
|
||||
char *text; /* AS 'text' */
|
||||
List *attr; /* UPDATE OF a, b,... (NI) or NULL */
|
||||
char *when; /* WHEN 'a > 10 ...' (NI) or NULL */
|
||||
|
||||
Reference in New Issue
Block a user