Re: vacuumdb changes for stats import/export - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: vacuumdb changes for stats import/export
Date
Msg-id CADkLM=ek625v06WeeOpUNjGnCqyD8pH_0iYcCpg57KP3A8D9qg@mail.gmail.com
Whole thread Raw
In response to Re: vacuumdb changes for stats import/export  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: vacuumdb changes for stats import/export
List pgsql-hackers

While preparing this for commit, I noticed that the expression index part
of the query was disregarding attstattarget.  To fix, I've modified that
part to look at the index's pg_attribute entries.

+1, should have been there all along.

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: vacuumdb changes for stats import/export
Next
From: Robert Haas
Date:
Subject: Re: pgsql: pg_upgrade: Preserve default char signedness value from old clus