Re: GIST_LEAF vs. leaf_key; gist?entryinit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Itai Zukerman <zukerman(at)math-hat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GIST_LEAF vs. leaf_key; gist?entryinit
Date: 2003-02-28 14:35:15
Message-ID: 4441.1046442915@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Itai Zukerman <zukerman(at)math-hat(dot)com> writes:
> and later (in gistPageAddItem):
> gistcentryinit(giststate, 0, &tmpcentry, dentry->key, r, page,
> offsetNumber, dentry->bytes, FALSE);
> Isn't the call missing the "isNull" parameter?

I was just wondering whether GIST_PAGEADDITEM is defined or not.
Evidently not, because that code wouldn't get past gcc.

Anyone know when that #define symbol was introduced? Has the
GIST_PAGEADDITEM code *ever* worked?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message greg 2003-02-28 15:00:47 Re: XML ouput for psql
Previous Message Itai Zukerman 2003-02-28 12:13:27 GIST_LEAF vs. leaf_key; gist?entryinit