Commit 0f9692b
File tree
Expand file treeCollapse file tree
5 files changed
+17
-14
lines changedFilter options
- src
- backend
- catalog
- commands
- utils/cache
- include/utils
Expand file treeCollapse file tree
5 files changed
+17
-14
lines changedsrc/backend/catalog/index.c
Copy file name to clipboardExpand all lines: src/backend/catalog/index.c+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3191 | 3191 |
|
3192 | 3192 |
|
3193 | 3193 |
|
3194 |
| - |
3195 |
| - |
3196 |
| - |
3197 | 3194 |
|
3198 |
| - |
| 3195 | + |
3199 | 3196 |
|
3200 | 3197 |
|
3201 | 3198 |
|
|
src/backend/commands/sequence.c
Copy file name to clipboardExpand all lines: src/backend/commands/sequence.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
303 | 303 |
|
304 | 304 |
|
305 | 305 |
|
306 |
| - |
307 |
| - |
| 306 | + |
| 307 | + |
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1196 | 1196 |
|
1197 | 1197 |
|
1198 | 1198 |
|
1199 |
| - |
| 1199 | + |
| 1200 | + |
1200 | 1201 |
|
1201 | 1202 |
|
1202 | 1203 |
|
| ||
1209 | 1210 |
|
1210 | 1211 |
|
1211 | 1212 |
|
1212 |
| - |
| 1213 | + |
| 1214 | + |
1213 | 1215 |
|
1214 | 1216 |
|
1215 | 1217 |
|
|
src/backend/utils/cache/relcache.c
Copy file name to clipboardExpand all lines: src/backend/utils/cache/relcache.c+9-5Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3005 | 3005 |
|
3006 | 3006 |
|
3007 | 3007 |
|
| 3008 | + |
| 3009 | + |
| 3010 | + |
| 3011 | + |
3008 | 3012 |
|
3009 | 3013 |
|
3010 |
| - |
3011 |
| - |
| 3014 | + |
| 3015 | + |
3012 | 3016 |
|
3013 | 3017 |
|
3014 | 3018 |
|
| ||
3025 | 3029 |
|
3026 | 3030 |
|
3027 | 3031 |
|
3028 |
| - |
| 3032 | + |
3029 | 3033 |
|
3030 | 3034 |
|
3031 | 3035 |
|
| ||
3048 | 3052 |
|
3049 | 3053 |
|
3050 | 3054 |
|
3051 |
| - |
| 3055 | + |
3052 | 3056 |
|
3053 | 3057 |
|
3054 | 3058 |
|
| ||
3078 | 3082 |
|
3079 | 3083 |
|
3080 | 3084 |
|
3081 |
| - |
| 3085 | + |
3082 | 3086 |
|
3083 | 3087 |
|
3084 | 3088 |
|
|
src/include/utils/relcache.h
Copy file name to clipboardExpand all lines: src/include/utils/relcache.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
0 commit comments