psql: fix order of join clauses when listing extensions
authorMagnus Hagander
Thu, 5 Jun 2025 07:54:16 +0000 (09:54 +0200)
committerMagnus Hagander
Thu, 5 Jun 2025 07:54:16 +0000 (09:54 +0200)
commit112e40b867b3351ecc49b86a4fa07ec182b82e65
tree517486d87789e21d74700cbb8544c3e8a1b11801
parentb87163e5f3847730ee5f59718d215c6e63e13bff
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 
Reviewed-By: Dilip Kumar
Discussion: https://postgr.es/m/CAF1DzPVBrN-cmPB2zb7ZU=2J4vEF2fNdArGCG9w+9fnKq4v8tg@mail.gmail.com
src/bin/psql/describe.c