Fix descriptor output in ECPG.

Michael Meskes <meskes@postgresql.org>

Commit: d68a65b0134a761bd95f039ded31cf6bddb6a6cf
Author: Michael Meskes <meskes@postgresql.org>
Date: 2014-01-09T14:58:37Z
Releases: 8.4.20
Fix descriptor output in ECPG.

While working on most platforms the old way sometimes created alignment
problems. This should fix it. Also the regresion tests were updated to test for
the reported case.

Report and fix by MauMau <maumau307@gmail.com>

Conflicts:
	src/interfaces/ecpg/preproc/type.c
	src/interfaces/ecpg/test/expected/sql-desc.c

Files