Re: 001_password.pl fails with --without-readline

Soumya S Murali <soumyamurali.work@gmail.com>

From: Soumya S Murali <soumyamurali.work@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Oleg Tselebrovskiy <o.tselebrovskiy@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2026-02-03T07:24:48Z
Lists: pgsql-hackers
Hi all,

I verified the committed fixes on upstream master by running the tests
with and without readline support and confirmed that the tests passed
successfully in both configurations, validating robustness
improvements to BackgroundPsql and pager tests.

Regards,
Soumya



Commits

  1. Make psql/t/030_pager.pl more robust.

  2. Improve guards against false regex matches in BackgroundPsql.pm.

  3. Fix unsafe pushdown of quals referencing grouping Vars

  4. tests: BackgroundPsql: Fix potential for lost errors on windows