1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Inline fastgetattr and others so data access does not use function

calls.
This commit is contained in:
Bruce Momjian
1998-01-31 04:39:26 +00:00
parent 2df6bba3ca
commit 726c3854cb
35 changed files with 350 additions and 215 deletions

View File

@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_node.h,v 1.7 1998/01/20 22:12:16 momjian Exp $
* $Id: parse_node.h,v 1.8 1998/01/31 04:39:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -28,7 +28,6 @@ typedef struct QueryTreeList
/* state information used during parse analysis */
typedef struct ParseState
{
struct ParseState;
int p_last_resno;
List *p_rtable;
List *p_insert_columns;