Re: PickSplit method of 2 columns ... error - Mailing list pgsql-general

From Tom Lane
Subject Re: PickSplit method of 2 columns ... error
Date
Msg-id 1795.1188329050@sss.pgh.pa.us
Whole thread Raw
In response to Re: PickSplit method of 2 columns ... error  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: PickSplit method of 2 columns ... error  (Kevin Neufeld <kneufeld@refractions.net>)
List pgsql-general
Teodor Sigaev <teodor@sigaev.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

pgsql-general by date:

Previous
From: Josh Trutwin
Date:
Subject: Re: Indexing Foreign Key Columns
Next
From: Gregory Stark
Date:
Subject: Re: Can this function be declared IMMUTABLE?