pgsql: An addition to 8c441c08279

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: An addition to 8c441c08279
Date: 2024-01-09 08:17:26
Message-ID: E1rN7Ic-000apY-8d@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

An addition to 8c441c08279

Given that now SJE doesn't work with result relation, turn a code dealing with
that into an assert that it shouldn't happen.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/028b15405b4113e1b0f492bf9908d001a5983a77

Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2024-01-09 11:06:59 pgsql: Doc: fix character_sets view.
Previous Message Alexander Korotkov 2024-01-09 08:02:42 pgsql: Forbid SJE with result relation