| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Heikki Linnakangas <heikki(at)enterprisedb(dot)com>, Chris Browne <cbbrowne(at)acm(dot)org>, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: [DOCS] Autovacuum and XID wraparound |
| Date: | 2007-05-16 22:46:27 |
| Message-ID: | 20070516224627.GP4582@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs pgsql-patches |
Tom Lane wrote:
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> > Tom Lane wrote:
> >> Heikki Linnakangas <heikki(at)enterprisedb(dot)com> writes:
> >>> How about freezing anything older than vacuum_freeze_min_age, just like
> >>> VACUUM does?
> >>
> >> I suppose that'd be OK, but is it likely to be worth the trouble?
>
> > I think so, because it means that people using CLUSTER to keep the size
> > of tables in line instead of VACUUM, would not need the otherwise
> > mandatory VACUUM.
>
> Fair enough. Who will fix the already-applied patch?
Here is my proposed patch.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| Attachment | Content-Type | Size |
|---|---|---|
| cluster-freeze-fix.patch | text/x-diff | 9.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-05-17 00:00:41 | Re: [DOCS] Autovacuum and XID wraparound |
| Previous Message | Alvaro Herrera | 2007-05-16 21:41:30 | Re: [DOCS] Autovacuum and XID wraparound |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-05-16 22:56:44 | Re: updated SORT/LIMIT patch |
| Previous Message | Alvaro Herrera | 2007-05-16 21:41:30 | Re: [DOCS] Autovacuum and XID wraparound |