pgsql: Avoid theoretical infinite loop loading relcache partition key.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid theoretical infinite loop loading relcache partition key.
Date: 2017-05-10 03:56:06
Message-ID: E1d8IjO-0005C9-GX@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid theoretical infinite loop loading relcache partition key.

Amit Langote, per report from 甄明洋

Discussion: http://postgr.es/m/57bd1e1.1886.15bd7b79cee.Coremail.18612389267@yeah.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/622c82279dcba1208049b8b9ae93023757a2dbbe

Modified Files
--------------
src/backend/utils/cache/relcache.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-05-10 04:00:28 pgsql: Fix typo.
Previous Message Robert Haas 2017-05-10 03:51:00 pgsql: Document trigger-firing behavior for inheritance/partitioning.