forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e46767
committed
The attached patch should be sufficient to fix libpgtcl. It requires
PostgreSQL to support unicode-conversion, but retains binarycompatibility among Tcl versions.However, it neither checks at compile time not at runtime, if supportfor unicode-conversion does really exist and it doesn't prevent theuser from changing the client encoding after initialization. I thinkthere should be warnings about this somewhere in the documentation.Reinhard Max1 parent0ee85f8 commit9e46767
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 |
| |
43 | 51 |
| |
44 | 52 |
| |
|
0 commit comments
Comments
(0)