pgsql-server/contrib/intarray _int.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib/intarray _int.c
Date: 2002-09-12 00:15:33
Message-ID: 20020912001533.56A4A4765BE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/09/11 20:15:33

Modified files:
contrib/intarray: _int.c

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-09-12 00:18:15 pgsql-server/src/bin/scripts clusterdb
Previous Message Bruce Momjian - CVS 2002-09-12 00:14:40 pgsql-server/contrib/tablefunc Makefile data/c ...