summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane2015-12-17 21:55:23 +0000
committerTom Lane2015-12-17 21:55:23 +0000
commitaee7705be5b75d8e7873a32c4a0dd0afe1ae5928 (patch)
treeb18478848940c399570334ecad15675a5da2f3e2 /src/backend/tcop/postgres.c
parent756e7b4c9db1fa713b886068643257c823baddaf (diff)
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/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions