pgsql: Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.
Дата
Msg-id E1epDxG-0003Ju-Ph@gemulon.postgresql.org
обсуждение исходный текст
Список 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/3d835ed1-36ab-f06d-0ce8-a76a2bbf7677@lab.ntt.co.jp
Discussion: http://postgr.es/m/b4d88995-094b-320c-b614-2282fae0bf6c@lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/partition.c | 62 +++++++++++++++++++++++++++--------------
1 file changed, 41 insertions(+), 21 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Support parameters in CALL
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Revise API for partition bound search functions.