forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitca3d2c3
committed
Remove, already in back branches:
<< o Add new version of PQescapeString() that doesn't double backslashes< that are part of a client-only multibyte sequence<< Single-quote is not a valid byte in any supported client-only< encoding. This requires using mblen() to determine if the< backslash is inside or outside a multi-byte sequence.<< o Add new version of PQescapeString() that doesn't double< backslashes when standard_conforming_strings is true and< non-E strings are used1 parentbcc9725 commitca3d2c3
2 files changed
+2
-22
lines changedLines changed: 1 addition & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 | 811 |
| |
823 | 812 |
| |
824 | 813 |
| |
|
Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
730 | 730 |
| |
731 | 731 |
| |
732 | 732 |
| |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 |
| - | |
738 |
| - | |
739 |
| - | |
740 |
| - | |
741 |
| - | |
742 | 733 |
| |
743 | 734 |
| |
744 | 735 |
| |
|
0 commit comments
Comments
(0)