pgsql: Remove unused function parameter in get_qual_from_partbound

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused function parameter in get_qual_from_partbound
Date: 2021-07-14 14:02:24
Message-ID: E1m3fSy-0005Ab-Er@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused function parameter in get_qual_from_partbound

Commit 0563a3a8b changed how partition constraints were generated such
that this function no longer computes the mapping of parent attnos to
child attnos.

This is an external function that extensions could use, so this is
potentially a breaking change. No external callers are known, however,
and this will make it simpler to write such callers in the future.

Author: Hou Zhijie
Reviewed-by: David Rowley, Michael Paquier, Soumyadeep Chakraborty
Discussion: https://www.postgresql.org/message-id/flat/OS0PR01MB5716A75A45BE46101A1B489894379(at)OS0PR01MB5716(dot)jpnprd01(dot)prod(dot)outlook(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c203dcddf997180000bc574a60313f3437e35af9

Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
src/backend/partitioning/partbounds.c | 3 +--
src/backend/utils/cache/partcache.c | 2 +-
src/include/partitioning/partbounds.h | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-07-14 16:07:07 Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Previous Message Thomas Munro 2021-07-14 12:44:30 Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.