pgsql: Fix use-after-free introduced in 55ed3defc966 - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix use-after-free introduced in 55ed3defc966
Date
Msg-id E1hgWmQ-0001y3-EF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix use-after-free introduced in 55ed3defc966

Evidenced by failure under RELCACHE_FORCE_RELEASE (buildfarm member
prion).

Author: Amit Langote
Discussion: https://postgr.es/m/CA+HiwqGV=k_Eh4jBiQw66ivvdG+EUkrEYeHTYL1SvDj_YOYV0g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/050098b14e33a5d3dfabf172ebbddd20c6bb4665

Modified Files
--------------
src/backend/commands/indexcmds.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update comment
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix partitioned index creation with foreign partitions