| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Noah Misch <noah(at)leadboat(dot)com> |
| Cc: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com> |
| Subject: | Re: Allowing extended stats on foreign and partitioned tables |
| Date: | 2017-04-14 12:40:26 |
| Message-ID: | 20170414124026.y6cjbw5xzezmzbea@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Noah Misch wrote:
> On Mon, Apr 10, 2017 at 09:39:22PM +1200, David Rowley wrote:
> > While reviewing extended stats I noticed that it was possible to
> > create extended stats on many object types, including sequences. I
> > mentioned that this should be disallowed. Statistics were then changed
> > to be only allowed on plain tables and materialized views.
> >
> > This should be relaxed again to allow anything ANALYZE is allowed on.
> >
> > The attached does this.
>
> [Action required within three days. This is a generic notification.]
>
> The above-described topic is currently a PostgreSQL 10 open item. Alvaro,
> since you committed the patch believed to have created it, you own this open
> item.
I'm going to review David's patch and post a detailed review on
Wednesday 19th.
I think the patch is reasonable, but it's lacking new tests, and I'm
worried that the error message changes do not affect the existing tests
in the area.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rod Taylor | 2017-04-14 12:41:53 | Re: Row Level Security UPDATE Confusion |
| Previous Message | Masahiko Sawada | 2017-04-14 12:39:17 | Re: Logical replication launcher uses wal_retrieve_retry_interval |