forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc51a049
committed
Tom Lane wrote:
> I see in your recent bytea-LIKE patch>> if (datatype != BYTEAOID && pg_database_encoding_max_length()> 1)> len = pg_mbcliplen((const unsigned char *) workstr, len,len - 1);> else> len -= -1;>> Surely there's one too many minus signs in that last?Joe Conway1 parent192b0c9 commitc51a049
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
3376 | 3376 |
| |
3377 | 3377 |
| |
3378 | 3378 |
| |
3379 |
| - | |
| 3379 | + | |
3380 | 3380 |
| |
3381 | 3381 |
| |
3382 | 3382 |
| |
|
0 commit comments
Comments
(0)