projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44bf483
)
Fix structure member name from previous patch.
author
Bruce Momjian
<
[email protected]
>
Sun, 13 Oct 1996 17:13:58 +0000
(17:13 +0000)
committer
Bruce Momjian
<
[email protected]
>
Sun, 13 Oct 1996 17:13:58 +0000
(17:13 +0000)
src/include/parser/parse_state.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/parser/parse_state.h
b/src/include/parser/parse_state.h
index e3bba8ee98e9d0f740174b57163fe28b4a7bf3ac..a897784c18df8b392ea99d360520902376b9cfc2 100644
(file)
--- a/
src/include/parser/parse_state.h
+++ b/
src/include/parser/parse_state.h
@@
-4,7
+4,7
@@
*
* 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 {
int p_last_resno;
List *p_target_resnos;
- Relation p_
parser_
current_rel;
+ Relation p_current_rel;
List *p_rtable;
int p_query_is_rule;
int p_numAgg;