powa-team / pg_qualstats

A PostgreSQL extension for collecting statistics about predicates, helping find what indices are missing
Other
272 stars 26 forks source link

set-valued function called in context that cannot accept a set #46

Closed tedyu closed 2 years ago

tedyu commented 2 years ago

After building against PG 11 variant and installing the extension, I get the following error:

yugabyte=# select * from pg_qualstats;
ERROR:  set-valued function called in context that cannot accept a set

The error was from pg_qualstats_common().

tedyu commented 2 years ago

this was due to mismatch in nodes.h