Commit 8493831
File tree
Expand file treeCollapse file tree
5 files changed
+107
-0
lines changedFilter options
- src
- backend
- catalog
- utils/cache
- include/utils
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+107
-0
lines changedsrc/backend/catalog/index.c
Copy file name to clipboardExpand all lines: src/backend/catalog/index.c+56Lines changed: 56 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1728 | 1728 |
|
1729 | 1729 |
|
1730 | 1730 |
|
| 1731 | + |
| 1732 | + |
| 1733 | + |
| 1734 | + |
| 1735 | + |
| 1736 | + |
| 1737 | + |
| 1738 | + |
| 1739 | + |
| 1740 | + |
| 1741 | + |
| 1742 | + |
| 1743 | + |
| 1744 | + |
| 1745 | + |
| 1746 | + |
| 1747 | + |
| 1748 | + |
| 1749 | + |
| 1750 | + |
| 1751 | + |
| 1752 | + |
| 1753 | + |
| 1754 | + |
| 1755 | + |
| 1756 | + |
| 1757 | + |
| 1758 | + |
| 1759 | + |
| 1760 | + |
| 1761 | + |
| 1762 | + |
| 1763 | + |
| 1764 | + |
| 1765 | + |
| 1766 | + |
| 1767 | + |
| 1768 | + |
| 1769 | + |
| 1770 | + |
| 1771 | + |
| 1772 | + |
| 1773 | + |
| 1774 | + |
| 1775 | + |
| 1776 | + |
| 1777 | + |
| 1778 | + |
| 1779 | + |
| 1780 | + |
| 1781 | + |
| 1782 | + |
| 1783 | + |
| 1784 | + |
| 1785 | + |
| 1786 | + |
1731 | 1787 |
|
1732 | 1788 |
|
1733 | 1789 |
|
|
src/backend/utils/cache/lsyscache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/lsyscache.c+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
871 | 871 |
|
872 | 872 |
|
873 | 873 |
|
| 874 | + |
| 875 | + |
| 876 | + |
| 877 | + |
| 878 | + |
| 879 | + |
| 880 | + |
| 881 | + |
| 882 | + |
| 883 | + |
| 884 | + |
| 885 | + |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
874 | 901 |
|
875 | 902 |
|
876 | 903 |
|
|
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 |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| 90 | + |
90 | 91 |
|
91 | 92 |
|
92 | 93 |
|
|
src/test/regress/expected/create_index.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/create_index.out+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2419 | 2419 |
|
2420 | 2420 |
|
2421 | 2421 |
|
| 2422 | + |
2422 | 2423 |
|
2423 | 2424 |
|
2424 | 2425 |
|
| ||
2498 | 2499 |
|
2499 | 2500 |
|
2500 | 2501 |
|
| 2502 | + |
| 2503 | + |
| 2504 | + |
| 2505 | + |
| 2506 | + |
| 2507 | + |
| 2508 | + |
| 2509 | + |
| 2510 | + |
| 2511 | + |
| 2512 | + |
| 2513 | + |
| 2514 | + |
| 2515 | + |
2501 | 2516 |
|
2502 | 2517 |
|
2503 | 2518 |
|
|
src/test/regress/sql/create_index.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/create_index.sql+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1003 | 1003 |
|
1004 | 1004 |
|
1005 | 1005 |
|
| 1006 | + |
1006 | 1007 |
|
1007 | 1008 |
|
1008 | 1009 |
|
| ||
1027 | 1028 |
|
1028 | 1029 |
|
1029 | 1030 |
|
| 1031 | + |
| 1032 | + |
| 1033 | + |
| 1034 | + |
| 1035 | + |
| 1036 | + |
| 1037 | + |
1030 | 1038 |
|
1031 | 1039 |
|
1032 | 1040 |
|
|
0 commit comments