1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Code review for UPDATE tab SET col = DEFAULT patch ... whack it around

so it has some chance of working in rules ...
This commit is contained in:
Tom Lane
2003-07-03 16:34:26 +00:00
parent 7b1885bf98
commit 455891bf96
15 changed files with 186 additions and 114 deletions

View File

@@ -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.242 2003/06/29 00:33:44 tgl Exp $
* $Id: parsenodes.h,v 1.243 2003/07/03 16:34:25 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -278,14 +278,6 @@ typedef struct ResTarget
* assign */
} ResTarget;
/*
* Empty node used as a marker for Default Columns
*/
typedef struct SetToDefault
{
NodeTag type;
} SetToDefault;
/*
* SortGroupBy - for ORDER BY clause
*/