forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13108dd
committed
Add missing NULL terminator to list_SECURITY_LABEL_preposition[].
On the machines I tried this on, pressing TAB after SECURITY LABEL led tobeing offered ON and FOR as intended, plus random other keywords (varyingacross 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,commit4d355a8. Hence, back-patch to all supported versions.There's no bug in HEAD, though, thanks to our recent tab-completionrewrite.1 parent8857488 commit13108dd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3084 | 3084 |
| |
3085 | 3085 |
| |
3086 | 3086 |
| |
3087 |
| - | |
| 3087 | + | |
3088 | 3088 |
| |
3089 | 3089 |
| |
3090 | 3090 |
| |
|
0 commit comments
Comments
(0)