pgsql: Remove equalPartitionDescs().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove equalPartitionDescs().
Date: 2019-12-25 19:46:09
Message-ID: E1ikCbh-00018q-9y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove equalPartitionDescs().

This is dead code in the wake of the previous commit.
We can always add it back if we need it again someday.

Discussion: https://postgr.es/m/CA+HiwqFUzjfj9HEsJtYWcr1SgQ_=iCAvQ=O2Sx6aQxoDu4OiHw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42f74f49367bee1d3da28c4b383faec29364f320

Modified Files
--------------
src/backend/partitioning/partdesc.c | 54 -------------------------------------
src/include/partitioning/partdesc.h | 3 ---
2 files changed, 57 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-25 20:44:21 pgsql: Allow whole-row Vars to be used in partitioning expressions.
Previous Message Tom Lane 2019-12-25 06:17:22 Re: pgsql: Fix compiler warning for ppoll() on Cygwin