forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita858be1
committed
Add a way to create read stream object by using SMgrRelation.
Currently read stream object can be created only by using Relation.Nazir Bilal YavuzDiscussion:https://postgr.es/m/CAN55FZ0JKL6vk1xQp6rfOXiNFV1u1H0tJDPPGHWoiO3ea2Wc=A@mail.gmail.com1 parentaf07a82 commita858be1
File tree
2 files changed
+72
-14
lines changed- src
- backend/storage/aio
- include/storage
2 files changed
+72
-14
lines changedLines changed: 62 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
417 | 419 |
| |
418 | 420 |
| |
419 | 421 |
| |
| |||
422 | 424 |
| |
423 | 425 |
| |
424 | 426 |
| |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 | 427 |
| |
429 | 428 |
| |
430 | 429 |
| |
| |||
434 | 433 |
| |
435 | 434 |
| |
436 | 435 |
| |
437 |
| - | |
| 436 | + | |
438 | 437 |
| |
439 | 438 |
| |
440 | 439 |
| |
| |||
550 | 549 |
| |
551 | 550 |
| |
552 | 551 |
| |
553 |
| - | |
554 |
| - | |
| 552 | + | |
| 553 | + | |
555 | 554 |
| |
556 | 555 |
| |
557 | 556 |
| |
558 | 557 |
| |
559 | 558 |
| |
560 | 559 |
| |
561 | 560 |
| |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
562 | 610 |
| |
563 | 611 |
| |
564 | 612 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
60 | 70 |
| |
61 | 71 |
| |
62 | 72 |
| |
|
0 commit comments
Comments
(0)