IntArray in c.h - Mailing list pgsql-hackers

From Hitoshi Harada
Subject IntArray in c.h
Date
Msg-id e08cc0400912290150x67586acaq8ddf7e83b1e35ab0@mail.gmail.com
Whole thread Raw
Responses Re: IntArray in c.h  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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.

Attached is a trivial fix. Addition to the explanation above,  I
replaced IntArray by simple int array bounded with MAXDIM and remove
local variable lIndex in ExecEvalArrayRef  because the usage of the
variable doesn't seem good to me.

Regression passed and various manual tests like "UPDATE t SET
a[1:2][1] = 1" didn't fail.


Regards,

--
Hitoshi Harada

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Provide rowcount for utility SELECTs
Next
From: Simon Riggs
Date:
Subject: Re: Stats for inheritance trees