pgsql: Fix allocation of UniqueRelInfo

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix allocation of UniqueRelInfo
Date: 2023-11-06 08:04:12
Message-ID: E1qzuai-0049cj-03@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix allocation of UniqueRelInfo

Reported-by: Richard Guo
Discussion: https://postgr.es/m/CAMbWs4_STsG1PKQBuvQC8W4sPo3KvML3=jOTjKLUYQuK3g8cpQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/93c85db3b5b8d8d15b10b4c66a0e6961028470d4

Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-11-06 08:17:21 pgsql: doc: pg_resetwal: Add comments how the multipliers are derived
Previous Message Peter Eisentraut 2023-11-05 21:13:51 pgsql: More consistent behavior of GetDataDirectoryCreatePerm on Window