pgsql: Fix RELCACHE_FORCE_RELEASE issue - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix RELCACHE_FORCE_RELEASE issue
Date
Msg-id E1jNFwh-0007S8-0x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix RELCACHE_FORCE_RELEASE issue

Introduced by 83fd4532a72179c370e318075a10e0e2aa832024.  To fix, the
tuple descriptors need to be copied into the current memory context.

Discussion: https://www.postgresql.org/message-id/04d78603-edae-9243-9dde-fe3037176a7d@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12fb189bfeaf03faea5b6f15544c1f71e9ef4677

Modified Files
--------------
src/backend/replication/pgoutput/pgoutput.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: Re: pgsql: Fix relcache reference leak
Next
From: Julien Rouhaud
Date:
Subject: Re: pgsql: Support FETCH FIRST WITH TIES