Fixed bug that caused arrays of varchar to be output with incomplete name.
Michael Meskes <meskes@postgresql.org>
Fixed bug that caused arrays of varchar to be output with incomplete name. In the process expanded one test case,
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +5 −0 |
| src/interfaces/ecpg/preproc/type.c | modified | +2 −2 |
| src/interfaces/ecpg/test/expected/preproc-array_of_struct.c | modified | +58 −34 |
| src/interfaces/ecpg/test/expected/preproc-array_of_struct.stderr | modified | +45 −35 |
| src/interfaces/ecpg/test/expected/preproc-array_of_struct.stdout | modified | +4 −0 |
| src/interfaces/ecpg/test/preproc/array_of_struct.pgc | modified | +8 −0 |