pgsql: More code cleanup for configurable TOAST compression.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: More code cleanup for configurable TOAST compression.
Date: 2021-03-22 13:53:53
Message-ID: E1lOL0D-0004St-ND@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More code cleanup for configurable TOAST compression.

Remove unused macro. Fix confusion about whether a TOAST compression
method is identified by an OID or a char.

Justin Pryzby

Discussion: http://postgr.es/m/20210321235544.GD4203@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/226e2be3876d0bda3dc33d16dfa0bed246b7b74f

Modified Files
--------------
src/backend/commands/tablecmds.c | 9 +++++----
src/include/access/toast_compression.h | 2 --
2 files changed, 5 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-22 14:33:22 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Previous Message Robert Haas 2021-03-22 12:47:47 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode