Commit cca1863
File tree
6 files changed
+125
-1
lines changedFilter options
- doc/src/sgml
- src
- backend/access/transam
- include/catalog
- test/regress
- expected
- sql
6 files changed
+125
-1
lines changed+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26098 | 26098 |
|
26099 | 26099 |
|
26100 | 26100 |
|
| 26101 | + |
| 26102 | + |
| 26103 | + |
| 26104 | + |
| 26105 | + |
| 26106 | + |
| 26107 | + |
| 26108 | + |
| 26109 | + |
| 26110 | + |
| 26111 | + |
| 26112 | + |
| 26113 | + |
| 26114 | + |
| 26115 | + |
| 26116 | + |
26101 | 26117 |
|
26102 | 26118 |
|
26103 | 26119 |
|
| ||
26155 | 26171 |
|
26156 | 26172 |
|
26157 | 26173 |
|
| 26174 | + |
| 26175 | + |
| 26176 | + |
| 26177 | + |
| 26178 | + |
| 26179 | + |
| 26180 | + |
| 26181 | + |
| 26182 | + |
| 26183 | + |
| 26184 | + |
| 26185 | + |
| 26186 | + |
| 26187 | + |
| 26188 | + |
| 26189 | + |
| 26190 | + |
26158 | 26191 |
|
26159 | 26192 |
|
26160 | 26193 |
|
|
src/backend/access/transam/xlogfuncs.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/xlogfuncs.c+53Lines changed: 53 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
432 | 432 |
|
433 | 433 |
|
434 | 434 |
|
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
435 | 488 |
|
436 | 489 |
|
437 | 490 |
|
|
src/include/catalog/catversion.h
Copy file name to clipboardExpand all lines: src/include/catalog/catversion.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
src/include/catalog/pg_proc.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.dat+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6372 | 6372 |
|
6373 | 6373 |
|
6374 | 6374 |
|
| 6375 | + |
| 6376 | + |
| 6377 | + |
| 6378 | + |
| 6379 | + |
| 6380 | + |
| 6381 | + |
6375 | 6382 |
|
6376 | 6383 |
|
6377 | 6384 |
|
|
src/test/regress/expected/misc_functions.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/misc_functions.out+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
619 | 619 |
|
620 | 620 |
|
621 | 621 |
|
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
src/test/regress/sql/misc_functions.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/misc_functions.sql+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
0 commit comments