From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Revise API for partition_rbound_cmp/partition_rbound_datum_cmp. |
Date: | 2018-02-23 14:04:06 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.
Instead of passing the PartitionKey, pass just the required bits of
it. This allows these functions to be used without needing the
PartitionKey to be available, which is important for several
pending patches.
Ashutosh Bapat, reviewed by Amit Langote, with a comment tweak
by me.
Discussion: http://postgr.es/m/[email protected]
Discussion: http://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
src/backend/catalog/partition.c | 62 +++++++++++++++++++++++++++--------------
1 file changed, 41 insertions(+), 21 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2018-02-23 14:15:57 | pgsql: Revise API for partition bound search functions. |
Previous Message | Peter Eisentraut | 2018-02-23 03:09:37 | pgsql: Support parameters in CALL |