pgsql: Remove equalPartitionDescs(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove equalPartitionDescs().
Date
Msg-id E1ikCbh-00018q-9y@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix compiler warning for ppoll() on Cygwin
Next
From: Tom Lane
Date:
Subject: pgsql: Allow whole-row Vars to be used in partitioning expressions.