- Notifications
You must be signed in to change notification settings - Fork5
Commitf0bfc02
committed
Remove unnecessary lo_lseek call in lo_open. Apparently there was once
a need for it back in the neolithic era, but it's certainly dead code inany PG release we would recognize as such. Since it forces an additionalnetwork round trip to the backend, getting rid of it should provide somesmall performance improvement for large-object-using clients.1 parent56aa84a commitf0bfc02
1 file changed
+1
-6
lines changedLines changed: 1 addition & 6 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 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 | 79 |
| |
85 | 80 |
| |
86 | 81 |
| |
|
0 commit comments
Comments
(0)