forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit226211f
committed
Optimization for bpcharlen, textlen, varcharlen in case of single byte
encodings.1 parente254852 commit226211f
2 files changed
+17
-18
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
598 | 598 |
| |
599 | 599 |
| |
600 | 600 |
| |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
601 | 605 |
| |
602 | 606 |
| |
603 | 607 |
| |
| |||
806 | 810 |
| |
807 | 811 |
| |
808 | 812 |
| |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
809 | 817 |
| |
810 | 818 |
| |
811 | 819 |
| |
|
Lines changed: 8 additions & 17 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 |
| |
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
259 | 250 |
| |
260 | 251 |
| |
261 | 252 |
| |
|
0 commit comments
Comments
(0)