pgsql: Avoid creating a TOAST table for a partitioned table.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid creating a TOAST table for a partitioned table.
Date: 2018-03-22 17:51:11
Message-ID: E1ez4Mp-0006jg-46@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2fe6336e2d48d77fca6d0849f03c0faa06725159

Modified Files
--------------
src/backend/catalog/toasting.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-22 18:07:26 pgsql: Support for optimizing and emitting code in LLVM JIT provider.
Previous Message Robert Haas 2018-03-22 17:36:44 pgsql: Fix typo in comment.