diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-19 14:51:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-19 14:51:31 +0000 |
commit | 5fbbd364e8083d4fea8b5471dcecb95c50674c3d (patch) | |
tree | 064b99e2e2f4e0b87ef3c3b4e9dac725dd0492f5 /src/interfaces | |
parent | 7971539020a344dce3a8b3b9b93ff4f10e2f823a (diff) |
fix for ecpg corruption
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/ecpg/preproc/type.h | 2 |
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; |