| From: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> |
|---|---|
| To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Global temporary tables |
| Date: | 2026-06-23 09:12:43 |
| Message-ID: | CAEZATCU0fg2JTYCJoY1m3FGmUMoDUHzDsQ9JExujWRrHz68sUg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
v3 attached, attempting to fix another issue reported by the cfbot --
need to tolerate relation_open() on a global temporary relation, when
in parallel mode because pg_get_viewdef() does that.
Regards,
Dean
| Attachment | Content-Type | Size |
|---|---|---|
| v3-0001-Basic-support-for-global-temporary-tables.patch | text/x-patch | 136.5 KB |
| v3-0002-Support-indexes-on-global-temporary-tables.patch | text/x-patch | 36.2 KB |
| v3-0003-Support-global-temporary-sequences.patch | text/x-patch | 17.6 KB |
| v3-0004-Support-global-temporary-catalog-tables-and-add-p.patch | text/x-patch | 85.9 KB |
| v3-0005-Add-relation-statistics-columns-to-pg_temp_class.patch | text/x-patch | 42.4 KB |
| v3-0006-Add-relfrozenxid-and-relminmxid-columns-to-pg_tem.patch | text/x-patch | 33.0 KB |
| v3-0007-Add-pg_temp_statistic-global-temporary-catalog-ta.patch | text/x-patch | 33.1 KB |
| v3-0008-Add-pg_temp_statistic_ext_data-global-temporary-c.patch | text/x-patch | 36.7 KB |
| v3-0009-Add-pg_temp_index-global-temporary-catalog-table.patch | text/x-patch | 58.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Siddharth Kothari | 2026-06-23 09:08:20 | Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers |