Commit 8b069ef
File tree
Expand file treeCollapse file tree
7 files changed
+29
-75
lines changedFilter options
- src
- backend
- catalog
- commands
- optimizer/util
- utils
- adt
- cache
- include
- catalog
- utils
Expand file treeCollapse file tree
7 files changed
+29
-75
lines changedsrc/backend/catalog/pg_depend.c
Copy file name to clipboardExpand all lines: src/backend/catalog/pg_depend.c-69Lines changed: 0 additions & 69 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
968 | 968 |
|
969 | 969 |
|
970 | 970 |
|
971 |
| - |
972 |
| - |
973 |
| - |
974 |
| - |
975 |
| - |
976 |
| - |
977 |
| - |
978 |
| - |
979 |
| - |
980 |
| - |
981 |
| - |
982 |
| - |
983 |
| - |
984 |
| - |
985 |
| - |
986 |
| - |
987 |
| - |
988 |
| - |
989 |
| - |
990 |
| - |
991 |
| - |
992 |
| - |
993 |
| - |
994 |
| - |
995 |
| - |
996 |
| - |
997 |
| - |
998 |
| - |
999 |
| - |
1000 |
| - |
1001 |
| - |
1002 |
| - |
1003 |
| - |
1004 |
| - |
1005 |
| - |
1006 |
| - |
1007 |
| - |
1008 |
| - |
1009 |
| - |
1010 |
| - |
1011 |
| - |
1012 |
| - |
1013 |
| - |
1014 |
| - |
1015 |
| - |
1016 |
| - |
1017 |
| - |
1018 |
| - |
1019 |
| - |
1020 |
| - |
1021 |
| - |
1022 |
| - |
1023 |
| - |
1024 |
| - |
1025 |
| - |
1026 |
| - |
1027 |
| - |
1028 |
| - |
1029 |
| - |
1030 |
| - |
1031 |
| - |
1032 |
| - |
1033 |
| - |
1034 |
| - |
1035 |
| - |
1036 |
| - |
1037 |
| - |
1038 |
| - |
1039 |
| - |
1040 | 971 |
|
1041 | 972 |
|
1042 | 973 |
|
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
|
src/backend/optimizer/util/plancat.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/plancat.c-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
|
src/backend/utils/adt/ruleutils.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/ruleutils.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
| ||
2140 | 2139 |
|
2141 | 2140 |
|
2142 | 2141 |
|
2143 |
| - |
| 2142 | + |
2144 | 2143 |
|
2145 | 2144 |
|
2146 | 2145 |
|
|
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 |
---|---|---|
| ||
1094 | 1094 |
|
1095 | 1095 |
|
1096 | 1096 |
|
| 1097 | + |
| 1098 | + |
| 1099 | + |
| 1100 | + |
| 1101 | + |
| 1102 | + |
| 1103 | + |
| 1104 | + |
| 1105 | + |
| 1106 | + |
| 1107 | + |
| 1108 | + |
| 1109 | + |
| 1110 | + |
| 1111 | + |
| 1112 | + |
| 1113 | + |
| 1114 | + |
| 1115 | + |
| 1116 | + |
| 1117 | + |
| 1118 | + |
| 1119 | + |
| 1120 | + |
| 1121 | + |
| 1122 | + |
| 1123 | + |
1097 | 1124 |
|
1098 | 1125 |
|
1099 | 1126 |
|
|
src/include/catalog/dependency.h
Copy file name to clipboardExpand all lines: src/include/catalog/dependency.h-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
| - |
239 |
| - |
240 | 238 |
|
241 | 239 |
|
242 | 240 |
|
|
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 |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
|
0 commit comments