Re: Transaction log

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: aaronenabs <aaronenabs(at)btconnect(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Transaction log
Date: 2011-04-06 15:30:43
Message-ID: BANLkTi=xVQ4aWV1aKB8zLU8fxuM8gnkcwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 6, 2011 at 11:13 AM, aaronenabs <aaronenabs(at)btconnect(dot)com> wrote:
> Thanks for that information would look into the xmin and xmax columns.
>
> so its not possible to turn the HeapTupleVisiblity to true to view dead
> tuples by setting it to
>
> #define HeapTupleSatisfiesVisibility(tuple, snapshot, buffer)(1)

Well, if you change the source code you can certainly do it... though
I'm not sure that's exactly the right incantation.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2011-04-06 15:49:18 Re: Typed-tables patch broke pg_upgrade
Previous Message aaronenabs 2011-04-06 15:13:04 Re: Transaction log