]> granicus.if.org Git - postgresql/commit
Associate partitioning information with each RelOptInfo.
authorRobert Haas <rhaas@postgresql.org>
Thu, 21 Sep 2017 03:33:04 +0000 (23:33 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 21 Sep 2017 03:39:13 +0000 (23:39 -0400)
commit9140cf8269b0c4ae002b2748d93979d535891311
tree45a9727894f2a7036645bd2790b04daf7df9a6a3
parent7b86c2ac9563ffd9b870cfd73a769431b7922e81
Associate partitioning information with each RelOptInfo.

This is not used for anything yet, but it is necessary infrastructure
for partition-wise join and for partition pruning without constraint
exclusion.

Ashutosh Bapat, reviewed by Amit Langote and with quite a few changes,
mostly cosmetic, by me.  Additional review and testing of this patch
series by Antonin Houska, Amit Khandekar, Rafia Sabih, Rajkumar
Raghuwanshi, Thomas Munro, and Dilip Kumar.

Discussion: http://postgr.es/m/CAFjFpRfneFG3H+F6BaiXemMrKF+FY-POpx3Ocy+RiH3yBmXSNw@mail.gmail.com
src/backend/optimizer/util/plancat.c
src/backend/optimizer/util/relnode.c
src/include/nodes/relation.h