Re: IntArray in c.h - Mailing list pgsql-hackers

From Tom Lane
Subject Re: IntArray in c.h
Date
Msg-id 23657.1262101124@sss.pgh.pa.us
Whole thread Raw
In response to IntArray in c.h  (Hitoshi Harada <umi.tanuki@gmail.com>)
Responses Re: IntArray in c.h
List pgsql-hackers
Hitoshi Harada <umi.tanuki@gmail.com> writes:
> I found the struct IntArray defined in c.h is actually used only in
> execQual.c. ISTM the definition should be at least moved to the right
> place.

It's a general-purpose datatype that might be used anywhere that array
indexing happens.  I think the fact that it's currently used only in
execQual is mere happenstance, and should not be "enforced" by moving
or removing the declaration.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Stats for inheritance trees
Next
From: Greg Smith
Date:
Subject: Re: parse tree to XML format