On Wed, Oct 31, 2012 at 10:35 AM, Alvaro Herrera
wrote:
> I'm not particularly fond of the (rather confusing) extensive use of
> global vars throughout the xlog code. Am I the only one?
>
Nope.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Alvaro Herrera wrote:
> Fix erroneous choices of segNo variables
>
> Commit dfda6eba (which changed segment numbers to use a single 64 bit
> variable instead of log/seg) introduced a couple of bogus choices of
> exactly which log segment number variable to use in each case.
>
> This is currently