On Wed, 22 Jan 2025 at 08:54, Bruce Momjian wrote:
> On Sun, Oct 27, 2024 at 09:07:44PM +0100, Tomas Vondra wrote:
> > On 10/27/24 20:03, Tom Lane wrote:
> > > FWIW, I don't observe any particular misbehavior with the very ancient
> > > libedit that macOS ships. On Fedora 39, I notice something
On Sun, Oct 27, 2024 at 09:07:44PM +0100, Tomas Vondra wrote:
> On 10/27/24 20:03, Tom Lane wrote:
> > FWIW, I don't observe any particular misbehavior with the very ancient
> > libedit that macOS ships. On Fedora 39, I notice something related to
> > what you say: it seems like the "\q" ending a
On 10/27/24 20:03, Tom Lane wrote:
> Tomas Vondra writes:
>> I'm not terribly familiar with libedit, so can't say if it's a bug in
>> libedit, or if we're just using it wrong in some way. I investigated
>> that while on a flight from pgconf.eu, but can't look into this further.
>> So let me at
Tomas Vondra writes:
> I'm not terribly familiar with libedit, so can't say if it's a bug in
> libedit, or if we're just using it wrong in some way. I investigated
> that while on a flight from pgconf.eu, but can't look into this further.
> So let me at least share the behavior I observed, and wha
Hi,
I accidentally built master with libedit (instead of the readline I use
most of the time, due to missing readline-devel package). And for a
while it was working fine, but then I realized the history is not
working anymore, and is broken in a weird way :-(
I'm not terribly familiar with libedi