pgsql: Fix RELCACHE_FORCE_RELEASE issue

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix RELCACHE_FORCE_RELEASE issue
Date: 2020-04-11 13:13:15
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/[email protected]

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Julien Rouhaud 2020-04-11 13:38:18 Re: pgsql: Support FETCH FIRST WITH TIES
Previous Message Bruce Momjian 2020-04-11 12:25:32 Re: pgsql: doc: add examples of creative use of unique expression indexes