Re: [Proposal] Global temporary tables

From: Andrew Bille <andrewbille(at)gmail(dot)com>
To: wenjing(at)gmail(dot)com
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Tony Zhu <tony(dot)zhu(at)ww-it(dot)cn>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Proposal] Global temporary tables
Date: 2021-10-13 05:08:08
Message-ID: CAJnzary0x1nfHLCkTyDDv3vKC2TORve0oaKtzcrCNAfF6t4PAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for the fix. It works for me.

Now I'm exploring another crash related to GTT, but I need a few days to
present a simple repro.

On Sat, Oct 9, 2021 at 2:41 PM wenjing <wjzeng2012(at)gmail(dot)com> wrote:

>
> Thank you for pointing it out.
> This is a bug that occurs during transaction rollback and process exit, I
> fixed it, please confirm it.
>
> Wenjing
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2021-10-13 05:23:24 Re: Reset snapshot export state on the transaction abort
Previous Message Bharath Rupireddy 2021-10-13 05:00:39 Re: Improve the HINT message of the ALTER command for postgres_fdw