Commit 6889303
File tree
Expand file treeCollapse file tree
31 files changed
+278
-185
lines changedFilter options
- contrib
- pageinspect
- pgstattuple
- src
- backend
- access
- gin
- gist
- hash
- heap
- nbtree
- commands
- executor
- storage/page
- include/storage
Expand file treeCollapse file tree
31 files changed
+278
-185
lines changedcontrib/pageinspect/btreefuncs.c
Copy file name to clipboardExpand all lines: contrib/pageinspect/btreefuncs.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
143 |
| - |
| 143 | + |
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
|
contrib/pageinspect/heapfuncs.c
Copy file name to clipboardExpand all lines: contrib/pageinspect/heapfuncs.c+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
|
contrib/pgstattuple/pgstattuple.c
Copy file name to clipboardExpand all lines: contrib/pgstattuple/pgstattuple.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
477 | 477 |
|
478 | 478 |
|
479 | 479 |
|
480 |
| - |
| 480 | + |
481 | 481 |
|
482 | 482 |
|
483 | 483 |
|
|
src/backend/access/gin/ginentrypage.c
Copy file name to clipboardExpand all lines: src/backend/access/gin/ginentrypage.c+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
359 | 359 |
|
360 | 360 |
|
361 | 361 |
|
362 |
| - |
| 362 | + |
363 | 363 |
|
364 | 364 |
|
365 | 365 |
|
| ||
488 | 488 |
|
489 | 489 |
|
490 | 490 |
|
491 |
| - |
| 491 | + |
492 | 492 |
|
493 | 493 |
|
494 | 494 |
|
| ||
563 | 563 |
|
564 | 564 |
|
565 | 565 |
|
566 |
| - |
| 566 | + |
567 | 567 |
|
568 | 568 |
|
569 | 569 |
|
570 |
| - |
| 570 | + |
571 | 571 |
|
572 | 572 |
|
573 | 573 |
|
|
src/backend/access/gin/ginvacuum.c
Copy file name to clipboardExpand all lines: src/backend/access/gin/ginvacuum.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
544 | 544 |
|
545 | 545 |
|
546 | 546 |
|
547 |
| - |
| 547 | + |
548 | 548 |
|
549 | 549 |
|
550 | 550 |
|
|
src/backend/access/gin/ginxlog.c
Copy file name to clipboardExpand all lines: src/backend/access/gin/ginxlog.c+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 |
| - |
| 202 | + |
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| ||
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
284 |
| - |
| 284 | + |
285 | 285 |
|
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
| 292 | + |
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
| ||
375 | 375 |
|
376 | 376 |
|
377 | 377 |
|
378 |
| - |
| 378 | + |
379 | 379 |
|
380 | 380 |
|
381 | 381 |
|
|
src/backend/access/gist/gist.c
Copy file name to clipboardExpand all lines: src/backend/access/gist/gist.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
366 | 366 |
|
367 | 367 |
|
368 | 368 |
|
369 |
| - |
| 369 | + |
370 | 370 |
|
371 | 371 |
|
372 | 372 |
|
|
src/backend/access/gist/gistget.c
Copy file name to clipboardExpand all lines: src/backend/access/gist/gistget.c+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| ||
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
| 292 | + |
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
|
src/backend/access/gist/gistutil.c
Copy file name to clipboardExpand all lines: src/backend/access/gist/gistutil.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
src/backend/access/gist/gistvacuum.c
Copy file name to clipboardExpand all lines: src/backend/access/gist/gistvacuum.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
204 |
| - |
| 204 | + |
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
|
src/backend/access/hash/hash.c
Copy file name to clipboardExpand all lines: src/backend/access/hash/hash.c+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
| - |
| 196 | + |
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
200 |
| - |
| 200 | + |
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
227 |
| - |
| 227 | + |
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
| ||
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
289 |
| - |
| 289 | + |
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
|
src/backend/access/hash/hashinsert.c
Copy file name to clipboardExpand all lines: src/backend/access/hash/hashinsert.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 |
| - |
| 203 | + |
204 | 204 |
|
205 | 205 |
|
206 | 206 |
|
|
src/backend/access/hash/hashovfl.c
Copy file name to clipboardExpand all lines: src/backend/access/hash/hashovfl.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
684 | 684 |
|
685 | 685 |
|
686 | 686 |
|
687 |
| - |
| 687 | + |
688 | 688 |
|
689 | 689 |
|
690 | 690 |
|
|
src/backend/access/hash/hashpage.c
Copy file name to clipboardExpand all lines: src/backend/access/hash/hashpage.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
830 | 830 |
|
831 | 831 |
|
832 | 832 |
|
833 |
| - |
| 833 | + |
834 | 834 |
|
835 | 835 |
|
836 | 836 |
|
|
0 commit comments