This fixes one warning generated by GCC and present in the test case
array part of ECPG. This likely got missed in past fixes like
3a4b891
because the compilation of those tests is not done by default.
Reported-by: Sergei Kornilov
Discussion: https://postgr.es/m/
14951331562847675@sas2-
a1efad875d04.qloud-c.yandex.net
ECPGdebug(1, stderr);
for (j = 0; j < 10; j++) {
- char str[20];
+ char str[28];
numeric *value;
interval *inter;
ECPGdebug(1, stderr);
for (j = 0; j < 10; j++) {
- char str[20];
+ char str[28];
numeric *value;
interval *inter;