[DOCS] Incorrect description of xmax and xip in functions docs

2008-09-05 Thread Simon Riggs
http://developer.postgresql.org/pgdocs/postgres/functions-info.html xip_list is described as "Active txids at the time of the snapshot... " This is incorrect. The xip_list is the list of transactions that are in progress *and* less than xmax. There may be transactions in progress with an xid h

Re: [DOCS] Incorrect description of xmax and xip in functions docs

2008-09-05 Thread Simon Riggs
On Fri, 2008-09-05 at 16:14 +0100, Simon Riggs wrote: > http://developer.postgresql.org/pgdocs/postgres/functions-info.html > > xip_list is described as > > "Active txids at the time of the snapshot... " > > > This is incorrect. The xip_list is the list of transactions that are in > progress *