Re: Changeset Extraction v7.7 - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Changeset Extraction v7.7
Date
Msg-id 20140226183055.GF4759@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: Changeset Extraction v7.7  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Changeset Extraction v7.7  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund escribió:

> I am wondering about the related situation of GetOldestXmin()
> callers. There's a fair bit of duplicated logic in the callers, before
> but especially after this patchset. What about adding 'Relation rel'
> parameter instead of `allDbs' and `systable'? That keeps the logic
> centralized and there's been a fair amount of talk about vacuum
> optimizations that could also use it.
> It's a bit sad that that requires including rel.h from procarray.h...

relcache.h, not rel.h.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: salah jubeh
Date:
Subject: Function sugnature with default parameter
Next
From: David Johnston
Date:
Subject: Re: Function sugnature with default parameter