I assume this one goes into 8.4.3, right?
2010/1/18 Teodor Sigaev <teodor@xxxxxxxxx>
Thank you, fixed. The reason was in incorrect optimization of GIN scan: GIN reuses scan result for equals key, but comparison of key didn't take into account a difference of scan's strategy.Basically, I started testing prefix matching in FTS and got into
troubles. Self-contained example follows: