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.khar...@enterprisedb.com>
Reviewed-By: Dilip Kumar <dilipbal...@gmail.com>
Discussion: 
https://postgr.es/m/CAF1DzPVBrN-cmPB2zb7ZU=2j4vef2fndargcg9w+9fnkq4v...@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(-)

Reply via email to