projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2275ed
)
Suppress 'unused variable' warnings created by latest commit.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 3 Sep 2006 19:30:43 +0000
(19:30 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 3 Sep 2006 19:30:43 +0000
(19:30 +0000)
src/interfaces/ecpg/preproc/preproc.y
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/preproc.y
b/src/interfaces/ecpg/preproc/preproc.y
index 2fe48b0e4d03583313eaa18c0c25a2e122bd51ff..57d5d8a0fb031a392e41e2f1409f208c88f3087e 100644
(file)
--- a/
src/interfaces/ecpg/preproc/preproc.y
+++ b/
src/interfaces/ecpg/preproc/preproc.y
@@
-34,6
+34,7
@@
struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL};
struct ECPGtype ecpg_query = {ECPGt_char_variable, 0L, NULL, {NULL}};
+/* INFORMIX workaround, no longer needed
static struct inf_compat_col
{
char *name;
@@
-46,6
+47,7
@@
static struct inf_compat_val
char *val;
struct inf_compat_val *next;
} *informix_val;
+*/
/*
* Handle parsing errors and warnings