File tree
Expand file treeCollapse file tree
9 files changed
+65
-15
lines changedFilter options
- doc/src/sgml
- src
- backend
- postmaster
- utils/adt
- test/regress
- expected
- sql
Expand file treeCollapse file tree
9 files changed
+65
-15
lines changed+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25421 | 25421 |
|
25422 | 25422 |
|
25423 | 25423 |
|
25424 |
| - |
| 25424 | + |
| 25425 | + |
| 25426 | + |
25425 | 25427 |
|
25426 | 25428 |
|
25427 | 25429 |
|
|
src/backend/postmaster/checkpointer.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/checkpointer.c+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
577 | 577 |
|
578 | 578 |
|
579 | 579 |
|
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
580 | 584 |
|
581 | 585 |
|
582 | 586 |
|
|
src/backend/postmaster/interrupt.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/interrupt.c+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
|
src/backend/postmaster/pgarch.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/pgarch.c+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
| ||
861 | 862 |
|
862 | 863 |
|
863 | 864 |
|
864 |
| - |
865 |
| - |
| 865 | + |
| 866 | + |
| 867 | + |
866 | 868 |
|
867 | 869 |
|
868 | 870 |
|
| ||
875 | 877 |
|
876 | 878 |
|
877 | 879 |
|
| 880 | + |
| 881 | + |
| 882 | + |
| 883 | + |
878 | 884 |
|
src/backend/postmaster/startup.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/startup.c+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| ||
200 | 201 |
|
201 | 202 |
|
202 | 203 |
|
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
203 | 208 |
|
204 | 209 |
|
205 | 210 |
|
|
src/backend/postmaster/walwriter.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/walwriter.c+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
309 | 313 |
|
src/backend/utils/adt/mcxtfuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/mcxtfuncs.c+26-12Lines changed: 26 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
163 |
| - |
| 163 | + |
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
170 |
| - |
171 |
| - |
172 |
| - |
| 170 | + |
| 171 | + |
| 172 | + |
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
| 179 | + |
179 | 180 |
|
180 | 181 |
|
181 | 182 |
|
182 | 183 |
|
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
190 | 204 |
|
191 | 205 |
|
192 | 206 |
|
| ||
199 | 213 |
|
200 | 214 |
|
201 | 215 |
|
202 |
| - |
| 216 | + |
203 | 217 |
|
204 | 218 |
|
205 | 219 |
|
|
src/test/regress/expected/misc_functions.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/misc_functions.out+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
150 | 157 |
|
151 | 158 |
|
152 | 159 |
|
|
src/test/regress/sql/misc_functions.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/misc_functions.sql+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
|
0 commit comments