More code cleanup for configurable TOAST compression.
authorRobert Haas <rhaas@postgresql.org>
Mon, 22 Mar 2021 13:21:37 +0000 (09:21 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 22 Mar 2021 13:21:37 +0000 (09:21 -0400)
commit226e2be3876d0bda3dc33d16dfa0bed246b7b74f
tree28b57618b09843c4f55e4d57ea80f287414f28aa
parent909b449e00fc2f71e1a38569bbddbb6457d28485
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
src/backend/commands/tablecmds.c
src/include/access/toast_compression.h