Re: [Proposal] Global temporary tables
Wenjing Zeng <wjzeng2012@gmail.com>
From: wenjing zeng <wjzeng2012@gmail.com>
To: Andrew Bille <andrewbille@gmail.com>
Cc: wenjing <wenjing@gmail.com>,
Pavel Stehule <pavel.stehule@gmail.com>,
Tony Zhu <tony.zhu@ww-it.cn>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-14T08:28:53Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
PageAddItemExtended(): Add LP_UNUSED assertion.
- 30aaab26e521 14.0 cited
-
Remove temporary files after backend crash
- cd91de0d1795 14.0 cited
-
Fix comment in indexing.c
- 9fd2952cf492 14.0 cited
-
Fix failure to ignore leftover temp tables after a server crash.
- 6919b7e32947 9.3.0 cited
> 2021年10月13日 13:08,Andrew Bille <andrewbille@gmail.com> 写道: > > 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. Be deeply grateful. Perhaps you can give the stack of problems so that you can start analyzing them as soon as possible. Wenjing > > On Sat, Oct 9, 2021 at 2:41 PM wenjing <wjzeng2012@gmail.com <mailto:wjzeng2012@gmail.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