Re: bug on index of tsearch2?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 帅猛 <shuaimeng(at)db(dot)pku(dot)edu(dot)cn>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: bug on index of tsearch2?
Date: 2004-03-02 15:05:56
Message-ID: 27455.1078239956@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?gb2312?B?y6fDzQ==?= <shuaimeng(at)db(dot)pku(dot)edu(dot)cn> writes:
> when i debug ,i can break at function such as gistgettuple,gistfirst,gistnext

> BUT when i create table and index this way( just create the index after i have inserted data ) ,i can't debug gist,why?

CREATE INDEX doesn't go through any of those three entry points. See
gistbuild.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-03-02 15:28:53 Re: BUG #1088: Name resolution connecting to a database
Previous Message PostgreSQL Bugs List 2004-03-02 14:09:38 BUG #1088: Name resolution connecting to a database