Commit a6542a4
File tree
Expand file treeCollapse file tree
11 files changed
+47
-28
lines changedFilter options
- doc/src/sgml/ref
- src
- backend
- access/transam
- tcop
- utils/misc
- include/access
- test/regress/expected
Expand file treeCollapse file tree
11 files changed
+47
-28
lines changeddoc/src/sgml/ref/abort.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/abort.sgml+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
67 |
| - |
| 66 | + |
68 | 67 |
|
69 | 68 |
|
70 | 69 |
|
|
doc/src/sgml/ref/rollback.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/rollback.sgml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
114 |
| - |
115 |
| - |
| 113 | + |
| 114 | + |
116 | 115 |
|
117 | 116 |
|
118 | 117 |
|
|
doc/src/sgml/ref/set_constraints.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/set_constraints.sgml+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
| 102 | + |
106 | 103 |
|
107 | 104 |
|
108 | 105 |
|
|
doc/src/sgml/ref/set_transaction.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/set_transaction.sgml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
| 188 | + |
189 | 189 |
|
190 | 190 |
|
191 | 191 |
|
|
src/backend/access/transam/xact.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/xact.c+30-7Lines changed: 30 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
| 268 | + |
| 269 | + |
268 | 270 |
|
269 | 271 |
|
270 | 272 |
|
| ||
2948 | 2950 |
|
2949 | 2951 |
|
2950 | 2952 |
|
| 2953 | + |
| 2954 | + |
| 2955 | + |
| 2956 | + |
| 2957 | + |
| 2958 | + |
| 2959 | + |
| 2960 | + |
| 2961 | + |
| 2962 | + |
| 2963 | + |
| 2964 | + |
| 2965 | + |
| 2966 | + |
| 2967 | + |
| 2968 | + |
| 2969 | + |
| 2970 | + |
| 2971 | + |
| 2972 | + |
2951 | 2973 |
|
2952 | 2974 |
|
2953 | 2975 |
|
| ||
2957 | 2979 |
|
2958 | 2980 |
|
2959 | 2981 |
|
2960 |
| - |
| 2982 | + |
2961 | 2983 |
|
2962 | 2984 |
|
2963 | 2985 |
|
2964 | 2986 |
|
2965 | 2987 |
|
2966 |
| - |
| 2988 | + |
2967 | 2989 |
|
2968 |
| - |
2969 |
| - |
| 2990 | + |
| 2991 | + |
2970 | 2992 |
|
2971 | 2993 |
|
2972 | 2994 |
|
| ||
2986 | 3008 |
|
2987 | 3009 |
|
2988 | 3010 |
|
2989 |
| - |
| 3011 | + |
2990 | 3012 |
|
2991 | 3013 |
|
2992 | 3014 |
|
2993 | 3015 |
|
| 3016 | + |
2994 | 3017 |
|
2995 | 3018 |
|
2996 | 3019 |
|
| ||
3425 | 3448 |
|
3426 | 3449 |
|
3427 | 3450 |
|
3428 |
| - |
| 3451 | + |
3429 | 3452 |
|
3430 | 3453 |
|
3431 | 3454 |
|
3432 | 3455 |
|
3433 |
| - |
| 3456 | + |
3434 | 3457 |
|
3435 | 3458 |
|
3436 | 3459 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
754 | 754 |
|
755 | 755 |
|
756 | 756 |
|
757 |
| - |
| 757 | + |
758 | 758 |
|
759 | 759 |
|
760 | 760 |
|
|
src/backend/utils/misc/guc.c
Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc.c+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6274 | 6274 |
|
6275 | 6275 |
|
6276 | 6276 |
|
6277 |
| - |
| 6277 | + |
6278 | 6278 |
|
6279 | 6279 |
|
6280 | 6280 |
|
| ||
6295 | 6295 |
|
6296 | 6296 |
|
6297 | 6297 |
|
6298 |
| - |
| 6298 | + |
6299 | 6299 |
|
6300 | 6300 |
|
6301 | 6301 |
|
| ||
6346 | 6346 |
|
6347 | 6347 |
|
6348 | 6348 |
|
6349 |
| - |
| 6349 | + |
6350 | 6350 |
|
6351 | 6351 |
|
6352 | 6352 |
|
| ||
6357 | 6357 |
|
6358 | 6358 |
|
6359 | 6359 |
|
6360 |
| - |
| 6360 | + |
6361 | 6361 |
|
6362 | 6362 |
|
6363 | 6363 |
|
6364 |
| - |
| 6364 | + |
6365 | 6365 |
|
6366 | 6366 |
|
6367 | 6367 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
245 | 245 |
|
246 | 246 |
|
247 | 247 |
|
| 248 | + |
248 | 249 |
|
249 | 250 |
|
250 | 251 |
|
|
src/test/regress/expected/errors.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/errors.out+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
src/test/regress/expected/guc.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/guc.out+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
0 commit comments