]> granicus.if.org Git - postgresql/commit
Avoid creating a TOAST table for a partitioned table.
authorRobert Haas <rhaas@postgresql.org>
Thu, 22 Mar 2018 17:49:38 +0000 (13:49 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 22 Mar 2018 17:49:38 +0000 (13:49 -0400)
commit2fe6336e2d48d77fca6d0849f03c0faa06725159
treef4182dafdebac602bc65bb16b2af1a14c8a204df
parent8a8c4f3b325ea00cc4ffb106a71e65e79c5d7af9
Avoid creating a TOAST table for a partitioned table.

It's useless.

Amit Langote

Discussion: http://postgr.es/m/b4c9dee6-d134-49b8-79c4-07fbd7c3b898@lab.ntt.co.jp
src/backend/catalog/toasting.c