Commit aaf10f3
File tree
Expand file treeCollapse file tree
5 files changed
+75
-19
lines changedFilter options
- src
- backend/utils/cache
- include/utils
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+75
-19
lines changedsrc/backend/utils/cache/lsyscache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/lsyscache.c+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1846 | 1846 |
|
1847 | 1847 |
|
1848 | 1848 |
|
| 1849 | + |
| 1850 | + |
| 1851 | + |
| 1852 | + |
| 1853 | + |
| 1854 | + |
| 1855 | + |
| 1856 | + |
| 1857 | + |
| 1858 | + |
| 1859 | + |
| 1860 | + |
| 1861 | + |
| 1862 | + |
| 1863 | + |
| 1864 | + |
| 1865 | + |
| 1866 | + |
| 1867 | + |
| 1868 | + |
| 1869 | + |
| 1870 | + |
| 1871 | + |
| 1872 | + |
1849 | 1873 |
|
1850 | 1874 |
|
1851 | 1875 |
|
|
src/backend/utils/cache/partcache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/partcache.c+29-19Lines changed: 29 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
797 | 797 |
|
798 | 798 |
|
799 | 799 |
|
800 |
| - |
801 |
| - |
| 800 | + |
| 801 | + |
| 802 | + |
| 803 | + |
| 804 | + |
| 805 | + |
| 806 | + |
802 | 807 |
|
803 | 808 |
|
804 | 809 |
|
805 | 810 |
|
806 |
| - |
807 | 811 |
|
808 |
| - |
809 | 812 |
|
810 |
| - |
811 |
| - |
| 813 | + |
| 814 | + |
812 | 815 |
|
| 816 | + |
| 817 | + |
| 818 | + |
813 | 819 |
|
814 | 820 |
|
| 821 | + |
815 | 822 |
|
816 | 823 |
|
817 | 824 |
|
818 | 825 |
|
819 | 826 |
|
820 | 827 |
|
821 |
| - |
822 | 828 |
|
823 |
| - |
824 |
| - |
| 829 | + |
| 830 | + |
| 831 | + |
825 | 832 |
|
826 | 833 |
|
827 | 834 |
|
| ||
845 | 852 |
|
846 | 853 |
|
847 | 854 |
|
848 |
| - |
849 | 855 |
|
850 | 856 |
|
851 | 857 |
|
| ||
859 | 865 |
|
860 | 866 |
|
861 | 867 |
|
862 |
| - |
863 |
| - |
| 868 | + |
| 869 | + |
864 | 870 |
|
865 | 871 |
|
866 | 872 |
|
| ||
871 | 877 |
|
872 | 878 |
|
873 | 879 |
|
874 |
| - |
875 |
| - |
876 |
| - |
877 |
| - |
878 |
| - |
| 880 | + |
| 881 | + |
| 882 | + |
| 883 | + |
| 884 | + |
| 885 | + |
879 | 886 |
|
880 |
| - |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
881 | 891 |
|
882 | 892 |
|
883 | 893 |
|
| ||
903 | 913 |
|
904 | 914 |
|
905 | 915 |
|
906 |
| - |
| 916 | + |
907 | 917 |
|
908 | 918 |
|
909 | 919 |
|
|
src/include/utils/lsyscache.h
Copy file name to clipboardExpand all lines: src/include/utils/lsyscache.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| 131 | + |
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
|
src/test/regress/expected/indexing.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/indexing.out+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
78 | 97 |
|
79 | 98 |
|
80 | 99 |
|
|
src/test/regress/sql/indexing.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/indexing.sql+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
|
0 commit comments