Greg Stark wrote: > It looks like right now if an indexam has amregurgitate > set but not amhasgettuple then weird things could happen.
The combination (amregurgitate && !amhasgettuple) makes no sense, BTW. If an indexam has no gettuple function, there's no way it can return data from the index. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
