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:24:46
Message-ID: 20020912002446.58B72476B4A@postgresql.org
Views: Whole Thread | Raw Message | 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:24:46

Modified files:
contrib/intarray: _int.c

Log message:
> intarray and ltree both seem to be mapping their own declarations onto
> arrays using largely-similar code. But while intarray fails its
> regression test, I find ltree still passes. So I'm confused about what
> that code is really doing and don't want to touch it.

Please, apply attached patch, it solves the problem.

Teodor Sigaev

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-09-12 00:26:00 pgsql-server/contrib/cube CHANGES README.cube ...
Previous Message Bruce Momjian - CVS 2002-09-12 00:24:10 pgsql-server/src pl/plpgsql/src/pl_comp.c pl/p ...