Fixed bug that caused arrays of varchar to be output with incomplete name.
This commit is contained in:
parent
9a9b0ed15d
commit
8a7c17d0ee
@ -1,4 +1,4 @@
|
|||||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.c,v 1.77 2007/12/21 14:33:20 meskes Exp $ */
|
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.c,v 1.77.2.1 2008/03/02 10:57:21 meskes Exp $ */
|
||||||
|
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
@ -259,7 +259,7 @@ ECPGdump_a_type(FILE *o, const char *name, struct ECPGtype * type,
|
|||||||
|
|
||||||
ECPGdump_a_simple(o, name,
|
ECPGdump_a_simple(o, name,
|
||||||
type->u.element->type,
|
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)
|
if (ind_type != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user