BUG: psql 18.1 Windows Installer - Readline/libedit support missing in psql.exe. - Mailing list pgsql-bugs

From MichaelDBA
Subject BUG: psql 18.1 Windows Installer - Readline/libedit support missing in psql.exe.
Date
Msg-id 0e4926cf-663f-4d35-a169-daf3fdd21f05@sqlexec.com
Whole thread Raw
List pgsql-bugs

Hi all,

I have confirmed a regression in the PostgreSQL 18.1 Windows x64 installer. The psql.exe binary appears to have been compiled without libedit or readline support. Even when HISTFILE is correctly defined in the environment or psqlrc.conf, the application fails to record history. 
Running \s explicitly returns 'history is not supported by this installation'. This was verified on a fresh install of Windows 10/11.

postgres=# \s C:/psql_logs/psql_historyhistory is not supported by this installationpostgres=#As you can see I was testing with different places to put the history file since it didn't work with the default location, APPDATA\postgresql.  V17 works fine with the installer.  How can I report this bug? (edited) 

Regards,

Michael Vitale


pgsql-bugs by date:

Previous
From: Michael Kröll
Date:
Subject: Re: BUG #19373: One backend hanging in AioIoUringExecution blocking other backends
Next
From: Amit Langote
Date:
Subject: Re: BUG #19099: Conditional DELETE from partitioned table with non-updatable partition raises internal error