[COMMITTERS] pgsql: Tighten up some code in RelationBuildPartitionDesc. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Tighten up some code in RelationBuildPartitionDesc.
Date
Msg-id E1dnrTM-0007iC-OE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make [U]INT64CONST safe for use in #if conditions.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Add memory info to getrusage output