diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-17 16:55:23 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-17 16:55:23 -0500 |
commit | aee7705be5b75d8e7873a32c4a0dd0afe1ae5928 (patch) | |
tree | b18478848940c399570334ecad15675a5da2f3e2 /src/backend/parser/parse_node.c | |
parent | 756e7b4c9db1fa713b886068643257c823baddaf (diff) | |
download | postgresql-aee7705be5b75d8e7873a32c4a0dd0afe1ae5928.tar.gz postgresql-aee7705be5b75d8e7873a32c4a0dd0afe1ae5928.zip |
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.
Diffstat (limited to 'src/backend/parser/parse_node.c')
0 files changed, 0 insertions, 0 deletions