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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user