pgsql: psql: fix order of join clauses when listing extensions

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: fix order of join clauses when listing extensions
Date: 2025-06-05 08:04:07
Message-ID: E1uN5a3-000Glq-1A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: fix order of join clauses when listing extensions

Commit d696406a9b2 added a new join to the query for extensions, but did
so in the wrong place, causing the AND clause to be applied to the wrong
join.

Author: Suraj Kharage <suraj(dot)kharage(at)enterprisedb(dot)com>
Reviewed-By: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAF1DzPVBrN-cmPB2zb7ZU=2J4vEF2fNdArGCG9w+9fnKq4v8tg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/112e40b867b3351ecc49b86a4fa07ec182b82e65

Modified Files
--------------
src/bin/psql/describe.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2025-06-05 10:40:43 Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable
Previous Message Michael Paquier 2025-06-05 00:51:10 pgsql: Fix copy-pasto with process count calculation in method_io_uring