Re: [HACKERS] [COMMITTERS] pgsql: Fix erroneous choices of segNo variables

2012-10-31 Thread Robert Haas
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

Re: [HACKERS] [COMMITTERS] pgsql: Fix erroneous choices of segNo variables

2012-10-31 Thread Alvaro Herrera
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