Commit fb435f4
committed
Observe array length in HaveVirtualXIDsDelayingChkpt().
Since commit f21bb9c, this function
ignores the caller-provided length and loops until it finds a
terminator, which GetVirtualXIDsDelayingChkpt() never adds. Restore the
previous loop control logic. In passing, revert the addition of an
unused variable by the same commit, presumably a debugging relic.1 parent ff53890 commit fb435f4
2 files changed
+14
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6984 | 6984 | | |
6985 | 6985 | | |
6986 | 6986 | | |
6987 | | - | |
6988 | | - | |
6989 | 6987 | | |
6990 | 6988 | | |
6991 | 6989 | | |
6992 | | - | |
6993 | 6990 | | |
6994 | 6991 | | |
6995 | 6992 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1849 | 1849 | | |
1850 | 1850 | | |
1851 | 1851 | | |
1852 | | - | |
| 1852 | + | |
1853 | 1853 | | |
1854 | | - | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
1855 | 1862 | | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
| 1863 | + | |
1860 | 1864 | | |
1861 | | - | |
1862 | | - | |
| 1865 | + | |
1863 | 1866 | | |
1864 | | - | |
1865 | | - | |
| 1867 | + | |
1866 | 1868 | | |
1867 | 1869 | | |
1868 | 1870 | | |
1869 | 1871 | | |
1870 | 1872 | | |
| 1873 | + | |
| 1874 | + | |
1871 | 1875 | | |
1872 | | - | |
1873 | | - | |
1874 | | - | |
1875 | | - | |
1876 | | - | |
1877 | | - | |
1878 | 1876 | | |
1879 | 1877 | | |
1880 | 1878 | | |
| |||
0 commit comments