Re: Transaction log

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Transaction log
Дата
Msg-id BANLkTi=xVQ4aWV1aKB8zLU8fxuM8gnkcwQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Transaction log  (aaronenabs <aaronenabs@btconnect.com>)
Ответы Re: Transaction log  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Apr 6, 2011 at 11:13 AM, aaronenabs <aaronenabs@btconnect.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: aaronenabs
Дата:
Сообщение: Re: Transaction log
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Typed-tables patch broke pg_upgrade