Re: integrate pg_upgrade analyze_new_cluster.sh into vacuumdb - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: integrate pg_upgrade analyze_new_cluster.sh into vacuumdb
Date
Msg-id 1389756128.17514.9.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: integrate pg_upgrade analyze_new_cluster.sh into vacuumdb  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: integrate pg_upgrade analyze_new_cluster.sh into vacuumdb
List pgsql-hackers
Here is a patch for the commit fest.

I have left the pg_upgrade script and just put in the new call instead
of the three old ones.

For the 8.3 case, which calls for a real vacuum in addition to the
analyzes, I have simply added another vacuumdb call to the script.  This
technically makes the script do more work than before, where the vacuum
was part of the final analyze, but I don't see an elegant way to do it
otherwise.


Attachment

pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: shared memory message queues
Next
From: Jim Nasby
Date:
Subject: Re: Linux kernel impact on PostgreSQL performance