mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
Fix structure member name from previous patch.
This commit is contained in:
parent
44bf483446
commit
d31909be6c
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: parse_state.h,v 1.2 1996/10/13 04:26:39 momjian Exp $
|
* $Id: parse_state.h,v 1.3 1996/10/13 17:13:58 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -16,7 +16,7 @@
|
|||||||
typedef struct ParseState {
|
typedef struct ParseState {
|
||||||
int p_last_resno;
|
int p_last_resno;
|
||||||
List *p_target_resnos;
|
List *p_target_resnos;
|
||||||
Relation p_parser_current_rel;
|
Relation p_current_rel;
|
||||||
List *p_rtable;
|
List *p_rtable;
|
||||||
int p_query_is_rule;
|
int p_query_is_rule;
|
||||||
int p_numAgg;
|
int p_numAgg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user