pgsql: Fix relcache reference leak introduced by ce0fdbfe97.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix relcache reference leak introduced by ce0fdbfe97.
Date: 2021-02-25 02:31:29
Message-ID: E1lF6R7-0007wM-4z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix relcache reference leak introduced by ce0fdbfe97.

Author: Sawada Masahiko
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAD21AoA7ZEfsOXQ9HQqMv3QYGsEm2H5Wk5ic5S=mvzDf-3a3SA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a4f9522d0c7d197c7eaa62cc72fb1bf9b90f05b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-02-25 02:43:43 pgsql: Use full 64-bit XIDs in deleted nbtree pages.
Previous Message Michael Paquier 2021-02-24 07:15:02 pgsql: Fix some typos, grammar and style in docs and comments