]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing NULL terminator to list_SECURITY_LABEL_preposition[].
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Mar 2016 15:31:22 +0000 (11:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Mar 2016 15:31:44 +0000 (11:31 -0400)
commit39b3ea714212c6ea2878509303a89edd24a0a6b7
tree2f5082aa5174357891a621e7026d1604663fb688
parent78b597808108a9837b7cc3660eec4ddb9471ab2f
Add missing NULL terminator to list_SECURITY_LABEL_preposition[].

On the machines I tried this on, pressing TAB after SECURITY LABEL led to
being offered ON and FOR as intended, plus random other keywords (varying
across machines).  But if you were a bit more unlucky you'd get a crash,
as reported by nummervet@mail.ru in bug #14019.

Seems to have been an aboriginal error in the SECURITY LABEL patch,
commit 4d355a8336e0f226.  Hence, back-patch to all supported versions.
There's no bug in HEAD, though, thanks to our recent tab-completion
rewrite.
src/bin/psql/tab-complete.c