Re: tableam vs. TOAST
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>,
Prabhat Sahu <prabhat.sahu@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-05T17:42:40Z
Lists: pgsql-hackers
Attachments
- v5-0003-Rename-some-toasting-functions-based-on-whether-t.patch (application/octet-stream) patch v5-0003
- v5-0002-Allow-TOAST-tables-to-be-implemented-using-table-.patch (application/octet-stream) patch v5-0002
- v5-0001-Create-an-API-for-inserting-and-deleting-rows-in-.patch (application/octet-stream) patch v5-0001
On Thu, Sep 5, 2019 at 10:52 AM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > I agree, and can we move forward with this 0001? The idea here is to > change no code (as also suggested by Tom elsewhere), and it's the > largest patch in this series by a mile. I checked --color-moved=zebra > and I think the patch looks fine, and also it compiles fine. I ran > src/tools/pginclude/headerscheck on it and found no complaints. > > So here's a rebased version, where the DETOAST_H whitespace has been > removed. No other changes from your original. Will you please push > soon? Done, thanks. Here's the rest again with the additional rename added to 0003 (formerly 0004). I think it's probably OK to go ahead with that stuff, too, but I'll wait a bit to see if anyone wants to raise more objections. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
tableam: New callback relation_fetch_toast_slice.
- ce242ae154dd 13.0 landed
-
tableam: Allow choice of toast AM.
- 83322e38da1a 13.0 landed
-
Move heap-specific detoasting logic into a separate function.
- e9fd0415e6e2 13.0 landed
-
Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.
- d5406dea25b6 13.0 landed
-
Rename some toasting functions based on whether they are heap-specific.
- 2e8b6bfa90b2 13.0 landed
-
Create an API for inserting and deleting rows in TOAST tables.
- bd124996ef0d 13.0 landed
-
Split tuptoaster.c into three separate files.
- 8b94dab06617 13.0 landed
-
tableam: Move heap-specific logic from needs_toast_table below tableam.
- 1171d7d58545 12.0 cited