The attached small patch fixes the cause of the regression test failure

Bruce Momjian <bruce@momjian.us>

Commit: 5dd74c0f213e07d378066f0284f8807959b069e1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-09-12T00:15:33Z
Releases: 7.3.1
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

PathChange+/−
contrib/intarray/_int.c modified +2 −0