Re: [Patch] Invalid permission check in pg_stats for functionalindexes - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [Patch] Invalid permission check in pg_stats for functionalindexes
Date
Msg-id 20191128022840.GF237562@paquier.xyz
Whole thread Raw
In response to Re: [Patch] Invalid permission check in pg_stats for functional indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Sep 05, 2019 at 04:56:40PM -0400, Tom Lane wrote:
> As coded, this certainly breaks pg_stat for those, and for foreign tables
> as well.  Likely better to write something like
> "case when relkind = 'i' then do-something-for-indexes else old-code end".

Pierre, as an author of the patch currently waiting on author for a
couple of months now, are you planning to work more on that and
address the comments provided?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Implementing Incremental View Maintenance
Next
From: Michael Paquier
Date:
Subject: Re: Converting NOT IN to anti-joins during planning