forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdc943ad
committed
Allow autoanalyze to add pages deleted from pending list to FSM
Commite956808 introduces adding pagesto FSM for ordinary insert, but autoanalyze was able just cleanuppending list without adding to FSM.Also fix double call of IndexFreeSpaceMapVacuum() during ginvacuumcleanup()Report from Fujii MasaoPatch by meReview by Jeff Janes1 parent262e56b commitdc943ad
File tree
3 files changed
+18
-12
lines changed- src
- backend/access/gin
- include/access
3 files changed
+18
-12
lines changedLines changed: 14 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
| 437 | + | |
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
616 |
| - | |
| 616 | + | |
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
| |||
732 | 732 |
| |
733 | 733 |
| |
734 | 734 |
| |
735 |
| - | |
736 |
| - | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
737 | 742 |
| |
738 | 743 |
| |
739 | 744 |
| |
740 | 745 |
| |
741 |
| - | |
| 746 | + | |
| 747 | + | |
742 | 748 |
| |
743 | 749 |
| |
744 | 750 |
| |
| |||
899 | 905 |
| |
900 | 906 |
| |
901 | 907 |
| |
902 |
| - | |
| 908 | + | |
903 | 909 |
| |
904 | 910 |
| |
905 | 911 |
| |
| |||
948 | 954 |
| |
949 | 955 |
| |
950 | 956 |
| |
951 |
| - | |
| 957 | + | |
952 | 958 |
| |
953 | 959 |
| |
954 | 960 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
547 |
| - | |
| 547 | + | |
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
| |||
659 | 659 |
| |
660 | 660 |
| |
661 | 661 |
| |
662 |
| - | |
| 662 | + | |
663 | 663 |
| |
664 | 664 |
| |
665 | 665 |
| |
| |||
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
675 |
| - | |
| 675 | + | |
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
939 |
| - | |
| 939 | + | |
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
|
0 commit comments
Comments
(0)