MINGW-packages/mingw-w64-postgresql-16/postgresql-9.4.1-mingw-enable-readline.patch
Алексей 525ded60a6
Add PostgreSQL package version 16 (#24716)
* Add PostgreSQL package version 16

* Use commit for pg_probackup fetch sources

* Update ck=hecksums
2025-07-03 14:05:05 +03:00

19 lines
580 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -938,15 +938,6 @@
#
PGAC_ARG_BOOL(with, readline, yes,
[do not use GNU Readline nor BSD Libedit for editing])
-# readline on MinGW has problems with backslashes in psql and other bugs.
-# This is particularly a problem with non-US code pages.
-# Therefore disable its use until we understand the cause. 2004-07-20
-if test "$PORTNAME" = "win32"; then
- if test "$with_readline" = yes; then
- AC_MSG_WARN([*** Readline does not work on MinGW --- disabling])
- with_readline=no
- fi
-fi
AC_SUBST(with_readline)