Re: PickSplit method of 2 columns ... error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Kevin Neufeld <kneufeld(at)refractions(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: PickSplit method of 2 columns ... error
Date: 2007-08-28 19:24:10
Message-ID: 1795.1188329050@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> Split page algorithm was rewrited for 8.2 for multicolumn indexes and API for
> user-defined pickSplit function was extended to has better results with index
> creation. But GiST can interact with old functions - and it says about this.
> That isn't mean some real problem or error - index will be the same as in 8.1,
> not better.

Perhaps that LOG message should be reduced to DEBUG1 or so. It's not
like it's something the average user could fix for himself.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-08-28 19:25:38 Re: Can this function be declared IMMUTABLE?
Previous Message Josh Trutwin 2007-08-28 19:11:21 Re: Indexing Foreign Key Columns