Re: psql behavior change on upgrade from version 12.x to 13.1 - Mailing list pgsql-general

From Tom Lane
Subject Re: psql behavior change on upgrade from version 12.x to 13.1
Date
Msg-id 883658.1612901512@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql behavior change on upgrade from version 12.x to 13.1  (Bryn Llewellyn <bryn@yugabyte.com>)
Responses Re: psql behavior change on upgrade from version 12.x to 13.1  (Bryn Llewellyn <bryn@yugabyte.com>)
List pgsql-general
Bryn Llewellyn <bryn@yugabyte.com> writes:
> Here’s what I get when I do "otool -L /usr/local/bin/psql";

> /usr/local/bin/psql:
>     /usr/local/lib/libpq.5.dylib (compatibility version 5.0.0, current version 5.13.0)
>     /usr/local/opt/readline/lib/libreadline.8.dylib (compatibility version 8.0.0, current version 8.0.0)
>     /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.0.0)

Right, so that's using a version of libreadline that's supplied by
Homebrew (the /usr/local/opt path is the giveaway on that).

I don't know whether these things represent an intentional change
of libreadline's behavior in Homebrew's build, or a bug, but in
either case you should take the issue to the Homebrew support forums.
If it's intentional, I imagine there's a way to get the old behavior
back.

Also, libreadline is fairly configurable, so maybe this boils down
to some unintentional change in your ~/.inputrc ?

            regards, tom lane



pgsql-general by date:

Previous
From: Bryn Llewellyn
Date:
Subject: Re: psql behavior change on upgrade from version 12.x to 13.1
Next
From: Ron
Date:
Subject: Re: psql behavior change on upgrade from version 12.x to 13.1