forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita44d713
committed
Sort out paired double quotes in \connect, \password and \crosstabview.
In arguments, these meta-commands wrongly treated each pair as closingthe double quoted string. Make the behavior match the documentation.This is a compatibility break, but I more expect to find software withuntested reliance on the documented behavior than software reliant ontoday's behavior. Back-patch to 9.1 (all supported versions).Reviewed by Tom Lane and Peter Eisentraut.Security:CVE-2016-54241 parent56e410c commita44d713
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1581 | 1581 |
| |
1582 | 1582 |
| |
1583 | 1583 |
| |
1584 |
| - | |
| 1584 | + | |
| 1585 | + | |
1585 | 1586 |
| |
1586 | 1587 |
| |
1587 | 1588 |
| |
|
0 commit comments
Comments
(0)