pgsql: psql: fix order of join clauses when listing extensions - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: psql: fix order of join clauses when listing extensions
Date
Msg-id E1uN5a3-000Glq-1A@gemulon.postgresql.org
Whole thread Raw
List 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.kharage@enterprisedb.com>
Reviewed-By: Dilip Kumar <dilipbalaut@gmail.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix copy-pasto with process count calculation in method_io_uring
Next
From: Tom Lane
Date:
Subject: pgsql: Change role names used in trigger test.