Re: How to determine that a TransactionId is really aborted?

From: Eric Ridge <eebbrr(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How to determine that a TransactionId is really aborted?
Date: 2017-10-22 20:00:47
Message-ID: B0242820-DDB3-4900-AF35-4A589D4E198B@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Oct 22, 2017, at 1:50 PM, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
>
> On Sun, Oct 22, 2017 at 12:23 PM, Eric Ridge <eebbrr(at)gmail(dot)com> wrote:
>> Can anyone confirm or deny that this is correct? I feel like it is correct, but I'm no expert.
>
> What are you going to use the code for? I think that that context is
> likely to matter here.

I'm not exactly sure yet, but I'm thinking about storing transaction ids externally and then regularly poking Postgres to see which ones are aborted-and-no-longer-considered-visible so I can clean up my external list.

eric

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-10-22 20:35:38 Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC calls very much
Previous Message Peter Geoghegan 2017-10-22 19:50:58 Re: How to determine that a TransactionId is really aborted?