forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit369398e
committed
Fix bogus tab-completion queries.
My (tgl's) thinko in commit02b8048: I forgot that the firstargument of COMPLETE_WITH_QUERY_PLUS is a format string, andhence failed to double a literal %. These two places seem tobe the only ones that are wrong, though.Vignesh CDiscussion:https://postgr.es/m/CALDaNm0hBO+tZqBWhBjTVxyET1GWANq5K9XpQ07atSxnFXbG7w@mail.gmail.com1 parent6e20f46 commit369398e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1811 | 1811 |
| |
1812 | 1812 |
| |
1813 | 1813 |
| |
1814 |
| - | |
| 1814 | + | |
1815 | 1815 |
| |
1816 | 1816 |
| |
1817 | 1817 |
| |
| |||
2956 | 2956 |
| |
2957 | 2957 |
| |
2958 | 2958 |
| |
2959 |
| - | |
| 2959 | + | |
2960 | 2960 |
| |
2961 | 2961 |
| |
2962 | 2962 |
| |
|
0 commit comments
Comments
(0)