forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cf80f2
committed
Clean out another pocket of functions called via nonspecific function
pointers, namely the catcache tuple fetch routines. Also get rid ofthe unused and possibly confusing 'size' field in struct cachedesc.Since it doesn't allow for variable-length fields, anyone whoactually trusted it would likely be making a mistake...1 parent1652d43 commit9cf80f2
File tree
9 files changed
+340
-388
lines changed- src
- backend
- catalog
- utils/cache
- include
- catalog
- utils
9 files changed
+340
-388
lines changedLines changed: 4 additions & 4 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 |
| |
| |||
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
482 |
| - | |
| 482 | + | |
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
487 |
| - | |
488 |
| - | |
| 487 | + | |
| 488 | + | |
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
|
0 commit comments
Comments
(0)