summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-08-19 14:51:31 +0000
committerBruce Momjian <bruce@momjian.us>1998-08-19 14:51:31 +0000
commit5fbbd364e8083d4fea8b5471dcecb95c50674c3d (patch)
tree064b99e2e2f4e0b87ef3c3b4e9dac725dd0492f5 /src/interfaces
parent7971539020a344dce3a8b3b9b93ff4f10e2f823a (diff)
fix for ecpg corruption
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/preproc/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/type.h b/src/interfaces/ecpg/preproc/type.h
index 4f24043444c..835f50b359f 100644
--- a/src/interfaces/ecpg/preproc/type.h
+++ b/src/interfaces/ecpg/preproc/type.h
@@ -75,7 +75,7 @@ struct when
char *str;
};
-struct RelationGetRelidindex
+struct index
{
int index1;
int index2;