pgsql: Fix misplaced ReleaseSysCache call in get_default_partition_oid.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix misplaced ReleaseSysCache call in get_default_partition_oid.
Date: 2017-10-28 09:13:02
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix misplaced ReleaseSysCache call in get_default_partition_oid.

Julien Rouhaud

Discussion: http://postgr.es/m/CAOBaU_Y4omLA+VbsVdA-JwBLoJWiPxfdKCkMjrZM7NMZxa1fKw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1310ac258c773ab9d41650b509098dd01cb4ecf3

Modified Files
--------------
src/backend/catalog/partition.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-10-28 09:14:52 pgsql: Fix grammar.
Previous Message Tom Lane 2017-10-27 22:17:07 pgsql: Dept of second thoughts: keep aliasp_item in sync with tlistitem