From: | Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, David Steele <david(at)pgmasters(dot)net> |
Subject: | Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) |
Date: | 2016-08-04 12:14:51 |
Message-ID: | 20160804151451.6fb87507@fujitsu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Thanks everyone for your remarks and comments!
Here is an improved version of a patch.
Main changes:
* Patch passes `make installcheck`
* Code is fully commented, also no more TODO's
I wish I sent this version of a patch last time. Now I realize it was
really hard to read and understand. Hope I managed to correct this
flaw. If you believe that some parts of the code are still poorly
commented or could be improved in any other way please let me know.
And as usual, any other comments, remarks or questions are highly
appreciated!
--
Best regards,
Aleksander Alekseev
Attachment | Content-Type | Size |
---|---|---|
fast-temporary-tables-v2.patch | text/x-patch | 126.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Geoff Winkless | 2016-08-04 12:43:52 | Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) |
Previous Message | Yury Zhuravlev | 2016-08-04 12:08:13 | Re: Bug in WaitForBackgroundWorkerShutdown() [REL9_5_STABLE] |