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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Tselebrovskiy <o(dot)tselebrovskiy(at)postgrespro(dot)ru>
Cc: Soumya S Murali <soumyamurali(dot)work(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 001_password.pl fails with --without-readline
Date: 2026-01-19 18:56:49
Message-ID: 1121142.1768849009@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?UTF-8?B?T2xlZyBUc2VsZWJyb3Zza2l5?= <o(dot)tselebrovskiy(at)postgrespro(dot)ru> writes:
>> 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?

34740b9 is there for me, but it's less than a day old:

commit 34740b90bc123d645a3a71231b765b778bdcf049
Author: Richard Guo <rguo(at)postgresql(dot)org>
Date: Mon Jan 19 11:13:23 2026 +0900

Fix unsafe pushdown of quals referencing grouping Vars

However, none of these patches are touching any recently-modified
code AFAIK, so they should apply cleanly even to a slightly out
of date tree. I suspect Soumya's failure-to-apply problem has
a different cause. The patches I posted were just "git diff"
output, without a commit message, so I believe you can't use
"git am" to apply them. Hoary old "patch -p1" ought to work
though.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2026-01-19 18:59:28 Re: pg_plan_advice
Previous Message Paul A Jungwirth 2026-01-19 18:33:02 Re: SQL:2011 Application Time Update & Delete