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:
396c45f
)
Fixed bug that caused arrays of varchar to be output with incomplete name.
author
Michael Meskes
<
[email protected]
>
Sun, 2 Mar 2008 10:57:21 +0000
(10:57 +0000)
committer
Michael Meskes
<
[email protected]
>
Sun, 2 Mar 2008 10:57:21 +0000
(10:57 +0000)
src/interfaces/ecpg/preproc/type.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/type.c
b/src/interfaces/ecpg/preproc/type.c
index 30dcf6e6d2ee5d6189d385470a8744822c728b6b..ffa39f0975ff441b2f4561ebc56284b662cc3231 100644
(file)
--- a/
src/interfaces/ecpg/preproc/type.c
+++ b/
src/interfaces/ecpg/preproc/type.c
@@
-259,7
+259,7
@@
ECPGdump_a_type(FILE *o, const char *name, struct ECPGtype * type,
ECPGdump_a_simple(o, name,
type->u.element->type,
- type->u.element->size, type->size, NULL, prefix, type->lineno);
+ type->u.element->size, type->size, NULL, prefix, type->
u.element->
lineno);
if (ind_type != NULL)
{