Re: Fix for Index Advisor related hooks

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thom Brown <thom@linux.com>
Cc: Gurjeet Singh <singh.gurjeet@gmail.com>, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, PGSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-17T00:48:55Z
Lists: pgsql-hackers
Thom Brown <thom@linux.com> writes:
> For my benefit, could you explain how ishypothetical gets set to true?

In the core, it never does.  An index advisor plugin would set it in
IndexOptInfo structs that it makes.

			regards, tom lane