- Notifications
You must be signed in to change notification settings - Fork5
Commit902d1cb
committed
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
and heap_deformtuple in favor of the newer functions heap_form_tuple et al(which do the same things but use bool control flags instead of arbitrarychar values). Eliminate the former duplicate coding of these functions,reducing the deprecated functions to mere wrappers around the newer ones.We can't get rid of them entirely because add-on modules probably stillcontain many instances of the old coding style.Kris Jurka1 parent492059d commit902d1cb
File tree
46 files changed
+631
-1014
lines changed- contrib/hstore
- src
- backend
- access
- common
- heap
- bootstrap
- catalog
- commands
- executor
- optimizer/prep
- rewrite
- storage/large_object
- utils
- adt
- cache
- include
- access
- pl
- plpgsql/src
- plpython
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+631
-1014
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
613 |
| - | |
| 613 | + | |
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
| |||
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
623 |
| - | |
| 623 | + | |
624 | 624 |
| |
625 | 625 |
| |
626 | 626 |
| |
| |||
630 | 630 |
| |
631 | 631 |
| |
632 | 632 |
| |
633 |
| - | |
| 633 | + | |
634 | 634 |
| |
635 | 635 |
| |
636 | 636 |
| |
637 |
| - | |
| 637 | + | |
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
|
0 commit comments
Comments
(0)