The attached small patch fixes the cause of the regression test failure
Bruce Momjian <bruce@momjian.us>
The attached small patch fixes the cause of the regression test failure for contrib/intarray. The cause was that the library uses its own function to construct a new array, new_intArrayType, and that function did not set the new array struct attribute elemtype. Joe Conway
Files
| Path | Change | +/− |
|---|---|---|
| contrib/intarray/_int.c | modified | +2 −0 |