pgsql: Fix bugs in RelationGetPartitionDispatchInfo.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bugs in RelationGetPartitionDispatchInfo.
Date: 2016-12-13 16:32:28
Message-ID: E1cGq0C-0006FN-Ti@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bugs in RelationGetPartitionDispatchInfo.

The previous coding was not quite right for cases involving multiple
levels of partitioning.

Amit Langote

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a25665088d812d08bb888e961f208eaebf522050

Modified Files
--------------
src/backend/catalog/partition.c | 39 +++++++++++++++++++++++++++++++++------
1 file changed, 33 insertions(+), 6 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-12-13 17:38:12 pgsql: Fix bug in hashbulkdelete.
Previous Message Robert Haas 2016-12-13 15:59:37 pgsql: Clean up code, comments, and formatting for table partitioning.