Re: [Patch] Invalid permission check in pg_stats for functional indexes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pierre Ducroquet <p(dot)psql(at)pinaraf(dot)info>, pgsql-hackers(at)postgresql(dot)org, Kuntal Ghosh <kuntalghosh(dot)2007(at)gmail(dot)com>
Subject: Re: [Patch] Invalid permission check in pg_stats for functional indexes
Date: 2019-11-28 02:28:40
Message-ID: 20191128022840.GF237562@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-11-28 02:30:21 Re: Converting NOT IN to anti-joins during planning
Previous Message Tatsuo Ishii 2019-11-28 02:26:40 Re: Implementing Incremental View Maintenance