We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7781916 commit6ca09adCopy full SHA for 6ca09ad
src/interfaces/ecpg/preproc/preproc.y
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.335 2006/09/0312:24:07 meskes Exp $*/
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.336 2006/09/0319:30:43 tgl Exp $*/
2
3
/* Copyright comment*/
4
%{
@@ -34,6 +34,7 @@ struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL};
34
35
structECPGtype ecpg_query = {ECPGt_char_variable,0L,NULL, {NULL}};
36
37
+/* INFORMIX workaround, no longer needed
38
static struct inf_compat_col
39
{
40
char *name;
@@ -46,6 +47,7 @@ static struct inf_compat_val
46
47
char *val;
48
struct inf_compat_val *next;
49
} *informix_val;
50
+*/
51
52
/*
53
* Handle parsing errors and warnings