pgsql: Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.
Date: 2021-03-19 21:19:01
Message-ID: E1lNMWL-0000IJ-0R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.

Introduced by commit bbe0a81db69bd10bd166907c3701492a29aca294.

Per buildfarm member prion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d00fbdc431192c3e429b3e91c43d364e5c7ba680

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-03-19 23:06:36 pgsql: Use lfirst_int in cmp_list_len_contents_asc
Previous Message Robert Haas 2021-03-19 19:37:33 pgsql: Allow configurable LZ4 TOAST compression.