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

Oleg Tselebrovskiy <o.tselebrovskiy@postgrespro.ru>

From: Oleg Tselebrovskiy <o.tselebrovskiy@postgrespro.ru>
To: Soumya S Murali <soumyamurali.work@gmail.com>
Cc: pgsql-hackers@postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-01-19T09:45:07Z
Lists: pgsql-hackers
> Could you please share the full commit hash or branch that these
> patches are based on? I will be happy to apply them again and re-run
> the full test coverage once it is available.
 
The full commit hash is 34740b90bc123d645a3a71231b765b778bdcf049,
it’s the latest commit in repository on github, master branch, see [1]

> I fetched all refs and tags locally and reset my tree to a clean
> origin/master, but I am unable to locate commit 34740b9 in my
> repository

Maybe your origin is out-of-date or is just different?
What does ‘​git remote get-url origin’ say in your local repository?

[1]  https://github.com/postgres/postgres/commits/master/
--
Regards,
Oleg
 

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