Add missing NULL terminator to list_SECURITY_LABEL_preposition[].

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2d61d88d8d0be910b54d28448e3fc94f94995792
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-14T15:31:49Z
Releases: 9.1.21
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.

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +1 −1