Commit e5b0fff
File tree
Expand file treeCollapse file tree
4 files changed
+12
-2
lines changedFilter options
- src
- backend
- parser
- utils/adt
- test/regress
- expected
- sql
Expand file treeCollapse file tree
4 files changed
+12
-2
lines changedsrc/backend/parser/analyze.c
Copy file name to clipboardExpand all lines: src/backend/parser/analyze.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2688 | 2688 |
|
2689 | 2689 |
|
2690 | 2690 |
|
2691 |
| - |
| 2691 | + |
2692 | 2692 |
|
2693 | 2693 |
|
2694 | 2694 |
|
|
src/backend/utils/adt/selfuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/selfuncs.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5150 | 5150 |
|
5151 | 5151 |
|
5152 | 5152 |
|
5153 |
| - |
| 5153 | + |
| 5154 | + |
5154 | 5155 |
|
5155 | 5156 |
|
5156 | 5157 |
|
|
src/test/regress/expected/errors.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/errors.out+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
|
src/test/regress/sql/errors.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/errors.sql+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
|
0 commit comments