pgsql: Replace the relid in some missing fields during SJE

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace the relid in some missing fields during SJE
Date: 2024-01-02 07:49:47
Message-ID: E1rKZX1-00D5gn-CH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace the relid in some missing fields during SJE

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/a89f480f-8143-0965-f22d-0a892777f501%40gmail.com
Author: Andrei Lepikhov

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 5 +++++
src/test/regress/expected/join.out | 14 +++++++++++++-
src/test/regress/sql/join.sql | 6 ++++++
3 files changed, 24 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-02 09:22:04 pgsql: Fix typos in simplehash.h
Previous Message Amit Kapila 2024-01-02 03:07:34 pgsql: Allow upgrades to preserve the full subscription's state.