1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00
Files
postgres/src/bin/psql
Tom Lane b417779886 Fix improper initialization order for readline.
Turns out we must set rl_basic_word_break_characters *before* we call
rl_initialize() the first time, because it will quietly copy that value
elsewhere --- but only on the first call.  (Love these undocumented
dependencies.)  I broke this yesterday in commit 2ec477dc8108339d;
like that commit, back-patch to all active branches.  Per report from
Pavel Stehule.
2015-12-17 16:55:47 -05:00
..
2015-10-05 11:00:57 -04:00
2014-05-06 11:26:27 -04:00
2012-01-01 18:01:58 -05:00
2012-01-01 18:01:58 -05:00
2014-01-17 23:12:50 -05:00
2012-09-06 00:52:38 -04:00