Commit 794f10f
File tree
Expand file treeCollapse file tree
7 files changed
+157
-1
lines changedFilter options
- doc/src/sgml
- src
- backend/utils/adt
- include/catalog
- test/regress
- expected
- sql
Expand file treeCollapse file tree
7 files changed
+157
-1
lines changed+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14127 | 14127 |
|
14128 | 14128 |
|
14129 | 14129 |
|
| 14130 | + |
| 14131 | + |
| 14132 | + |
| 14133 | + |
| 14134 | + |
| 14135 | + |
| 14136 | + |
| 14137 | + |
14130 | 14138 |
|
14131 | 14139 |
|
14132 | 14140 |
|
| ||
14141 | 14149 |
|
14142 | 14150 |
|
14143 | 14151 |
|
| 14152 | + |
| 14153 | + |
| 14154 | + |
| 14155 | + |
| 14156 | + |
| 14157 | + |
| 14158 | + |
| 14159 | + |
| 14160 | + |
| 14161 | + |
| 14162 | + |
| 14163 | + |
| 14164 | + |
| 14165 | + |
| 14166 | + |
| 14167 | + |
| 14168 | + |
| 14169 | + |
| 14170 | + |
| 14171 | + |
| 14172 | + |
| 14173 | + |
14144 | 14174 |
|
14145 | 14175 |
|
14146 | 14176 |
|
|
src/backend/utils/adt/uuid.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/uuid.c+64Lines changed: 64 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
425 | 426 |
|
426 | 427 |
|
427 | 428 |
|
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 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 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
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 |
---|---|---|
| ||
9170 | 9170 |
|
9171 | 9171 |
|
9172 | 9172 |
|
| 9173 | + |
| 9174 | + |
| 9175 | + |
| 9176 | + |
| 9177 | + |
| 9178 | + |
| 9179 | + |
9173 | 9180 |
|
9174 | 9181 |
|
9175 | 9182 |
|
|
src/test/regress/expected/opr_sanity.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/opr_sanity.out+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
872 | 872 |
|
873 | 873 |
|
874 | 874 |
|
| 875 | + |
| 876 | + |
875 | 877 |
|
876 | 878 |
|
877 | 879 |
|
|
src/test/regress/expected/uuid.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/uuid.out+39Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
171 | 210 |
|
172 | 211 |
|
src/test/regress/sql/uuid.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/uuid.sql+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
88 | 102 |
|
89 | 103 |
|
0 commit comments