forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb64a754
committed
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
For substr() and substring() on the text data type, the relevant code is invarlena.c. You are right, there is a problem. I have a patch which I willapply to the source tree soon. The copy enclosed below probably does notpreserve tabs correctly so cannot be applied directly; the relevant changeis simply changing the ">=" to ">"...1 parent6ac2528 commitb64a754
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
|
0 commit comments
Comments
(0)