forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb60acaf
committed
The following small patch provides a couple of minor updates (against
CVS HEAD):Amended "strings" regression test. TOAST tests now insert two valueswith storage set to "external", to exercise properly the TOAST sliceroutines which fetch only a subset of the chunks.Changed now-misleading comment on AlterTableCreateToastTable intablecmds.c, because both columns of the index on a toast table are nowused.John Gray1 parent1923816 commitb60acaf
File tree
3 files changed
+56
-13
lines changed- src
- backend/commands
- test/regress
- expected
- sql
3 files changed
+56
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
3417 | 3417 | | |
3418 | 3418 | | |
3419 | 3419 | | |
3420 | | - | |
3421 | | - | |
3422 | | - | |
3423 | | - | |
3424 | | - | |
3425 | | - | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
3426 | 3427 | | |
3427 | 3428 | | |
3428 | 3429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
582 | 589 | | |
583 | 590 | | |
584 | 591 | | |
585 | 592 | | |
586 | 593 | | |
587 | 594 | | |
588 | 595 | | |
589 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
590 | 599 | | |
591 | 600 | | |
592 | 601 | | |
| |||
598 | 607 | | |
599 | 608 | | |
600 | 609 | | |
601 | | - | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
602 | 613 | | |
603 | 614 | | |
604 | 615 | | |
| |||
607 | 618 | | |
608 | 619 | | |
609 | 620 | | |
610 | | - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
611 | 624 | | |
612 | 625 | | |
613 | 626 | | |
| |||
616 | 629 | | |
617 | 630 | | |
618 | 631 | | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
619 | 639 | | |
620 | 640 | | |
621 | 641 | | |
622 | 642 | | |
623 | 643 | | |
624 | 644 | | |
625 | 645 | | |
626 | | - | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
627 | 649 | | |
628 | 650 | | |
629 | 651 | | |
| |||
635 | 657 | | |
636 | 658 | | |
637 | 659 | | |
638 | | - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
639 | 663 | | |
640 | 664 | | |
641 | 665 | | |
| |||
644 | 668 | | |
645 | 669 | | |
646 | 670 | | |
647 | | - | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
648 | 674 | | |
649 | 675 | | |
650 | 676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
| |||
231 | 239 | | |
232 | 240 | | |
233 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
234 | 250 | | |
235 | 251 | | |
236 | 252 | | |
| |||
0 commit comments
Comments
(0)