forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4597ee
committed
InsertPgAttributeTuple() to set attcacheoff
InsertPgAttributeTuple() is the interface between in-memory tupledescriptors and on-disk pg_attribute, so it makes sense to give it thejob of resetting attcacheoff. This avoids having all the callers havingto do so.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>1 parent520acab commite4597ee
3 files changed
+4
-11
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
595 |
| - | |
596 |
| - | |
| 595 | + | |
| 596 | + | |
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
| |||
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
623 |
| - | |
| 623 | + | |
624 | 624 |
| |
625 | 625 |
| |
626 | 626 |
| |
| |||
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
692 |
| - | |
| 692 | + | |
693 | 693 |
| |
694 |
| - | |
695 | 694 |
| |
696 | 695 |
| |
697 | 696 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 | 560 |
| |
565 |
| - | |
566 | 561 |
| |
567 | 562 |
| |
568 | 563 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5522 | 5522 |
| |
5523 | 5523 |
| |
5524 | 5524 |
| |
5525 |
| - | |
5526 | 5525 |
| |
5527 | 5526 |
| |
5528 | 5527 |
| |
|
0 commit comments
Comments
(0)