Re: Statistics Import and Export - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Statistics Import and Export
Date
Msg-id CADkLM=fhhkJfuPepQOhUCW2yqh2xgHh520QzpA81B3u5-g6VAQ@mail.gmail.com
Whole thread Raw
In response to Re: Statistics Import and Export  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Statistics Import and Export
List pgsql-hackers

 Let's just block updating stats for partitioned indexes
until there's a defined way to do so.

-1.
That will break pg_upgrade tests if there's any statistics out there for any partitioned index.
 
Also, we should check privileges on the right object, consistent with
how ANALYZE does it.

+1 

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Introduce XID age and inactive timeout based replication slot invalidation
Next
From: Jeff Davis
Date:
Subject: Re: Statistics Import and Export