forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit45866c7
committed
Copy information from the relcache instead of pointing to it.
We have the relations continuously locked, but not open, so relcachepointers are not guaranteed to be stable. Per buildfarm memberprion.Ashutosh Bapat. I fixed a typo.Discussion:http://postgr.es/m/CAFjFpRcRBqoKLZSNmRsjKr81uEP=ennvqSQaXVCCBTXvJ2rW+Q@mail.gmail.com1 parenta1c2c43 commit45866c7
File tree
3 files changed
+96
-9
lines changed- src
- backend
- catalog
- optimizer/util
- include/catalog
3 files changed
+96
-9
lines changedLines changed: 68 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
704 | 772 |
| |
705 | 773 |
| |
706 | 774 |
| |
|
Lines changed: 26 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1825 | 1825 |
| |
1826 | 1826 |
| |
1827 | 1827 |
| |
| 1828 | + | |
1828 | 1829 |
| |
1829 | 1830 |
| |
1830 | 1831 |
| |
1831 | 1832 |
| |
| 1833 | + | |
1832 | 1834 |
| |
1833 | 1835 |
| |
1834 |
| - | |
| 1836 | + | |
1835 | 1837 |
| |
1836 | 1838 |
| |
1837 | 1839 |
| |
| |||
1888 | 1890 |
| |
1889 | 1891 |
| |
1890 | 1892 |
| |
1891 |
| - | |
1892 |
| - | |
1893 |
| - | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
1894 | 1896 |
| |
1895 | 1897 |
| |
1896 | 1898 |
| |
1897 | 1899 |
| |
1898 |
| - | |
1899 |
| - | |
1900 |
| - | |
1901 |
| - | |
1902 |
| - | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
1903 | 1920 |
| |
1904 | 1921 |
| |
1905 | 1922 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
|
0 commit comments
Comments
(0)