]> git.8kb.co.uk Git - pgpool-ii/pgpool-ii_2.2.5/blob - parser/nodes.c
Attempt to send a proper failure message to frontend when authentication
[pgpool-ii/pgpool-ii_2.2.5] / parser / nodes.c
1 /*-------------------------------------------------------------------------
2  *
3  * nodes.c
4  *        support code for nodes (now that we have removed the home-brew
5  *        inheritance system, our support code for nodes is much simpler)
6  *
7  * Portions Copyright (c) 2003-2008, PgPool Global Development Group
8  * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
9  * Portions Copyright (c) 1994, Regents of the University of California
10  *
11  *
12  * IDENTIFICATION
13  *        $PostgreSQL: pgsql/src/backend/nodes/nodes.c,v 1.25 2004/12/31 21:59:55 pgsql Exp $
14  *
15  * HISTORY
16  *        Andrew Yu                     Oct 20, 1994    file creation
17  *
18  *-------------------------------------------------------------------------
19  */
20 /*#include "postgres.h"*/
21
22 #include "nodes.h"
23
24 /*
25  * Support for newNode() macro
26  */
27
28 Node       *newNodeMacroHolder;