Re: Small patch for GiST: move childoffnum to child

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Small patch for GiST: move childoffnum to child
Date: 2011-06-28 17:21:47
Message-ID: BANLkTimXdQ0NwcCxJUK_5Ljwe09L7gzNow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Actually, there is no more direct need of this patch because I've rewrote
insert function for fast build. But there are still two points for having
this changes:
1) As it was noted before, it simplifies code a bit.
2) It would be better if childoffnum have the same semantics in regular
insert and fastbuild insert.

------
With best regards,
Alexander Korotkov.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-28 17:24:32 Re: Range Types, constructors, and the type system
Previous Message Jeff Davis 2011-06-28 17:18:41 Re: Range Types, constructors, and the type system