Обсуждение: [COMMITTERS] pgsql: Tighten up some code in RelationBuildPartitionDesc.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Tighten up some code in RelationBuildPartitionDesc.

От
Robert Haas
Дата:
Tighten up some code in RelationBuildPartitionDesc.

This probably doesn't save anything meaningful in terms of
performance, but making the code simpler is a good idea anyway.

Code by Beena Emerson, extracted from a larger patch by Jeevan
Ladhe, slightly adjusted by me.

Discussion: http://postgr.es/m/CAOgcT0ONgwajdtkoq+AuYkdTPY9cLWWLjxt_k4SXue3eieAr+g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0cb8b7531db063bce7def2ef24f616285f1f4b04

Modified Files
--------------
src/backend/catalog/partition.c | 54 +++++++++++++----------------------------
1 file changed, 17 insertions(+), 37 deletions(-)