Commit da841aa
File tree
Expand file treeCollapse file tree
12 files changed
+28
-72
lines changedFilter options
- src
- backend
- access
- heap
- table
- catalog
- commands
- executor
- include/access
Expand file treeCollapse file tree
12 files changed
+28
-72
lines changedsrc/backend/access/heap/heapam.c
Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam.c+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2257 | 2257 |
|
2258 | 2258 |
|
2259 | 2259 |
|
2260 |
| - |
2261 |
| - |
| 2260 | + |
2262 | 2261 |
|
2263 | 2262 |
|
2264 | 2263 |
|
| ||
2607 | 2606 |
|
2608 | 2607 |
|
2609 | 2608 |
|
2610 |
| - |
2611 | 2609 |
|
2612 | 2610 |
|
2613 | 2611 |
|
|
src/backend/access/heap/heapam_handler.c
Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam_handler.c+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
245 | 245 |
|
246 | 246 |
|
247 | 247 |
|
248 |
| - |
| 248 | + |
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
| ||
261 | 261 |
|
262 | 262 |
|
263 | 263 |
|
264 |
| - |
265 |
| - |
266 | 264 |
|
267 | 265 |
|
268 | 266 |
|
|
src/backend/access/table/tableam.c
Copy file name to clipboardExpand all lines: src/backend/access/table/tableam.c+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
277 |
| - |
| 276 | + |
278 | 277 |
|
279 |
| - |
280 |
| - |
| 278 | + |
281 | 279 |
|
282 | 280 |
|
283 | 281 |
|
|
src/backend/catalog/indexing.c
Copy file name to clipboardExpand all lines: src/backend/catalog/indexing.c+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
277 |
| - |
278 | 276 |
|
279 | 277 |
|
280 | 278 |
|
281 | 279 |
|
282 | 280 |
|
283 |
| - |
| 281 | + |
284 | 282 |
|
285 | 283 |
|
286 | 284 |
|
|
src/backend/commands/copyfrom.c
Copy file name to clipboardExpand all lines: src/backend/commands/copyfrom.c+4-9Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
395 | 395 |
|
396 | 396 |
|
397 | 397 |
|
398 |
| - |
399 | 398 |
|
400 | 399 |
|
401 | 400 |
|
| ||
415 | 414 |
|
416 | 415 |
|
417 | 416 |
|
418 |
| - |
419 |
| - |
| 417 | + |
420 | 418 |
|
421 | 419 |
|
422 | 420 |
|
| ||
425 | 423 |
|
426 | 424 |
|
427 | 425 |
|
428 |
| - |
| 426 | + |
429 | 427 |
|
430 | 428 |
|
431 | 429 |
|
| ||
1265 | 1263 |
|
1266 | 1264 |
|
1267 | 1265 |
|
1268 |
| - |
1269 |
| - |
1270 | 1266 |
|
1271 | 1267 |
|
1272 |
| - |
1273 |
| - |
| 1268 | + |
1274 | 1269 |
|
1275 |
| - |
| 1270 | + |
1276 | 1271 |
|
1277 | 1272 |
|
1278 | 1273 |
|
|
src/backend/commands/createas.c
Copy file name to clipboardExpand all lines: src/backend/commands/createas.c+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
578 | 578 |
|
579 | 579 |
|
580 | 580 |
|
581 |
| - |
582 | 581 |
|
583 | 582 |
|
584 | 583 |
|
| ||
595 | 594 |
|
596 | 595 |
|
597 | 596 |
|
598 |
| - |
599 |
| - |
| 597 | + |
600 | 598 |
|
601 | 599 |
|
602 | 600 |
|
|
src/backend/commands/matview.c
Copy file name to clipboardExpand all lines: src/backend/commands/matview.c+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
476 | 476 |
|
477 | 477 |
|
478 | 478 |
|
479 |
| - |
480 | 479 |
|
481 | 480 |
|
482 | 481 |
|
| ||
491 | 490 |
|
492 | 491 |
|
493 | 492 |
|
494 |
| - |
495 |
| - |
| 493 | + |
496 | 494 |
|
497 | 495 |
|
498 | 496 |
|
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c+5-17Lines changed: 5 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6391 | 6391 |
|
6392 | 6392 |
|
6393 | 6393 |
|
6394 |
| - |
6395 |
| - |
6396 |
| - |
6397 | 6394 |
|
6398 |
| - |
6399 |
| - |
| 6395 | + |
6400 | 6396 |
|
6401 | 6397 |
|
6402 | 6398 |
|
| ||
21037 | 21033 |
|
21038 | 21034 |
|
21039 | 21035 |
|
21040 |
| - |
21041 | 21036 |
|
21042 | 21037 |
|
21043 | 21038 |
|
| ||
21090 | 21085 |
|
21091 | 21086 |
|
21092 | 21087 |
|
21093 |
| - |
21094 |
| - |
21095 |
| - |
21096 |
| - |
| 21088 | + |
21097 | 21089 |
|
21098 |
| - |
| 21090 | + |
21099 | 21091 |
|
21100 | 21092 |
|
21101 | 21093 |
|
| ||
21364 | 21356 |
|
21365 | 21357 |
|
21366 | 21358 |
|
21367 |
| - |
21368 | 21359 |
|
21369 | 21360 |
|
21370 | 21361 |
|
| ||
21389 | 21380 |
|
21390 | 21381 |
|
21391 | 21382 |
|
21392 |
| - |
21393 |
| - |
21394 |
| - |
21395 |
| - |
| 21383 | + |
21396 | 21384 |
|
21397 |
| - |
| 21385 | + |
21398 | 21386 |
|
21399 | 21387 |
|
21400 | 21388 |
|
|
src/backend/executor/execReplication.c
Copy file name to clipboardExpand all lines: src/backend/executor/execReplication.c+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
509 | 509 |
|
510 | 510 |
|
511 | 511 |
|
512 |
| - |
513 | 512 |
|
514 | 513 |
|
515 | 514 |
|
| ||
524 | 523 |
|
525 | 524 |
|
526 | 525 |
|
527 |
| - |
528 |
| - |
| 526 | + |
529 | 527 |
|
530 |
| - |
| 528 | + |
531 | 529 |
|
532 | 530 |
|
533 | 531 |
|
|
src/backend/executor/nodeModifyTable.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeModifyTable.c+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1135 | 1135 |
|
1136 | 1136 |
|
1137 | 1137 |
|
1138 |
| - |
1139 |
| - |
1140 | 1138 |
|
1141 | 1139 |
|
1142 | 1140 |
|
1143 |
| - |
| 1141 | + |
1144 | 1142 |
|
1145 | 1143 |
|
1146 |
| - |
| 1144 | + |
1147 | 1145 |
|
1148 | 1146 |
|
1149 | 1147 |
|
|
src/include/access/heapam.h
Copy file name to clipboardExpand all lines: src/include/access/heapam.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
320 | 320 |
|
321 | 321 |
|
322 | 322 |
|
323 |
| - |
| 323 | + |
324 | 324 |
|
325 | 325 |
|
326 | 326 |
|
|
src/include/access/tableam.h
Copy file name to clipboardExpand all lines: src/include/access/tableam.h+7-18Lines changed: 7 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
519 | 519 |
|
520 | 520 |
|
521 | 521 |
|
522 |
| - |
523 |
| - |
| 522 | + |
524 | 523 |
|
525 | 524 |
|
526 | 525 |
|
| ||
538 | 537 |
|
539 | 538 |
|
540 | 539 |
|
541 |
| - |
542 |
| - |
| 540 | + |
543 | 541 |
|
544 | 542 |
|
545 | 543 |
|
| ||
1387 | 1385 |
|
1388 | 1386 |
|
1389 | 1387 |
|
1390 |
| - |
1391 |
| - |
1392 |
| - |
1393 |
| - |
1394 |
| - |
1395 |
| - |
1396 | 1388 |
|
1397 | 1389 |
|
1398 | 1390 |
|
| ||
1402 | 1394 |
|
1403 | 1395 |
|
1404 | 1396 |
|
1405 |
| - |
1406 |
| - |
| 1397 | + |
1407 | 1398 |
|
1408 | 1399 |
|
1409 |
| - |
| 1400 | + |
1410 | 1401 |
|
1411 | 1402 |
|
1412 | 1403 |
|
| ||
1458 | 1449 |
|
1459 | 1450 |
|
1460 | 1451 |
|
1461 |
| - |
1462 |
| - |
| 1452 | + |
1463 | 1453 |
|
1464 | 1454 |
|
1465 |
| - |
| 1455 | + |
1466 | 1456 |
|
1467 | 1457 |
|
1468 | 1458 |
|
| ||
2087 | 2077 |
|
2088 | 2078 |
|
2089 | 2079 |
|
2090 |
| - |
2091 |
| - |
| 2080 | + |
2092 | 2081 |
|
2093 | 2082 |
|
2094 | 2083 |
|
|
0 commit comments