Re: [Proposal] Global temporary tables
Wenjing Zeng <wjzeng2012@gmail.com>
From: wenjing <wjzeng2012@gmail.com>
To: Tony Zhu <tony.zhu@ww-it.cn>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-09-26T04:04: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
Attachments
- 0001-gtt-v53-reademe.patch (application/octet-stream) patch v53-0001
- 0002-gtt-v53-doc.patch (application/octet-stream) patch v53-0002
- 0004-gtt-v53-regress.patch (application/octet-stream) patch v53-0004
- 0003-gtt-v53-implementation.patch (application/octet-stream) patch v53-0003
2021年9月23日 21:55,Tony Zhu <tony.zhu@ww-it.cn> 写道: Hi Wenjing we have reviewed the code, and done the regression tests, all tests is pass, we believe the feature code quality is ready for production ; and I will change the status to "Ready for commit” Thank you very much for your attention and testing. As we communicated, I fixed several issues and attached the latest patch. Wenjing