1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00

Fix problem with nodes handling.

This commit is contained in:
Bruce Momjian
1998-01-19 18:11:10 +00:00
parent 3d24e75176
commit 1316113ea3
5 changed files with 29 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: primnodes.h,v 1.14 1998/01/19 05:06:36 momjian Exp $
* $Id: primnodes.h,v 1.15 1998/01/19 18:11:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -287,7 +287,6 @@ typedef enum SubLinkType
typedef struct SubLink
{
struct Query;
NodeTag type;
SubLinkType subLinkType;
bool useor;