forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9bd99f4
committed
Custom reloptions for table AM
Let table AM define custom reloptions for its tables. This allows specifyingAM-specific parameters by the WITH clause when creating a table.The reloptions, which could be used outside of table AM, are now extractedinto the CommonRdOptions data structure. These options could be by decisionof table AM directly specified by a user or calculated in some way.The new test module test_tam_options evaluates the ability to set up customreloptions and calculate fields of CommonRdOptions on their base.The code may use some parts from prior work by Hao Wu.Discussion:https://postgr.es/m/CAPpHfdurb9ycV8udYqM%3Do0sPS66PJ4RCBM1g-bBpvzUfogY0EA%40mail.gmail.comDiscussion:https://postgr.es/m/AMUA1wBBBxfc3tKRLLdU64rb.1.1683276279979.Hmail.wuhao%40hashdata.cnReviewed-by: Reviewed-by: Pavel Borisov, Matthias van de Meent, Jess Davis1 parent6f3d8d5 commit9bd99f4
File tree
29 files changed
+639
-161
lines changed- src
- backend
- access
- common
- heap
- table
- commands
- postmaster
- tcop
- utils/cache
- include
- access
- utils
- test/modules
- test_tam_options
- expected
- sql
- tools/pgindent
29 files changed
+639
-161
lines changedLines changed: 86 additions & 35 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 |
| - | |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
1374 | 1375 |
| |
1375 | 1376 |
| |
1376 | 1377 |
| |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
1377 | 1382 |
| |
| 1383 | + | |
1378 | 1384 |
| |
1379 | 1385 |
| |
1380 |
| - | |
| 1386 | + | |
| 1387 | + | |
1381 | 1388 |
| |
1382 | 1389 |
| |
1383 | 1390 |
| |
| |||
1399 | 1406 |
| |
1400 | 1407 |
| |
1401 | 1408 |
| |
1402 |
| - | |
| 1409 | + | |
| 1410 | + | |
1403 | 1411 |
| |
1404 | 1412 |
| |
1405 | 1413 |
| |
| |||
1695 | 1703 |
| |
1696 | 1704 |
| |
1697 | 1705 |
| |
1698 |
| - | |
| 1706 | + | |
1699 | 1707 |
| |
1700 | 1708 |
| |
1701 | 1709 |
| |
| |||
1832 | 1840 |
| |
1833 | 1841 |
| |
1834 | 1842 |
| |
1835 |
| - | |
| 1843 | + | |
1836 | 1844 |
| |
1837 |
| - | |
| 1845 | + | |
1838 | 1846 |
| |
1839 | 1847 |
| |
1840 | 1848 |
| |
1841 |
| - | |
| 1849 | + | |
1842 | 1850 |
| |
1843 |
| - | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
1844 | 1854 |
| |
1845 |
| - | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
1846 | 1858 |
| |
1847 |
| - | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
1848 | 1862 |
| |
1849 |
| - | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
1850 | 1866 |
| |
1851 |
| - | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
1852 | 1870 |
| |
1853 |
| - | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
1854 | 1874 |
| |
1855 |
| - | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
1856 | 1878 |
| |
1857 |
| - | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
1858 | 1882 |
| |
1859 |
| - | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
1860 | 1886 |
| |
1861 |
| - | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
1862 | 1890 |
| |
1863 |
| - | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
1864 | 1894 |
| |
1865 |
| - | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
1866 | 1898 |
| |
1867 |
| - | |
| 1899 | + | |
1868 | 1900 |
| |
1869 |
| - | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
1870 | 1904 |
| |
1871 |
| - | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
1872 | 1908 |
| |
1873 |
| - | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
1874 | 1912 |
| |
1875 |
| - | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
1876 | 1916 |
| |
1877 |
| - | |
| 1917 | + | |
| 1918 | + | |
1878 | 1919 |
| |
1879 |
| - | |
| 1920 | + | |
| 1921 | + | |
1880 | 1922 |
| |
1881 |
| - | |
| 1923 | + | |
| 1924 | + | |
1882 | 1925 |
| |
1883 |
| - | |
| 1926 | + | |
| 1927 | + | |
1884 | 1928 |
| |
1885 | 1929 |
| |
1886 | 1930 |
| |
1887 |
| - | |
| 1931 | + | |
1888 | 1932 |
| |
1889 | 1933 |
| |
1890 | 1934 |
| |
| |||
2016 | 2060 |
| |
2017 | 2061 |
| |
2018 | 2062 |
| |
2019 |
| - | |
| 2063 | + | |
| 2064 | + | |
2020 | 2065 |
| |
2021 |
| - | |
| 2066 | + | |
2022 | 2067 |
| |
2023 | 2068 |
| |
2024 | 2069 |
| |
2025 | 2070 |
| |
2026 |
| - | |
| 2071 | + | |
2027 | 2072 |
| |
2028 | 2073 |
| |
2029 | 2074 |
| |
2030 | 2075 |
| |
2031 | 2076 |
| |
2032 |
| - | |
2033 |
| - | |
| 2077 | + | |
| 2078 | + | |
2034 | 2079 |
| |
| 2080 | + | |
| 2081 | + | |
2035 | 2082 |
| |
2036 | 2083 |
| |
2037 | 2084 |
| |
2038 |
| - | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
2039 | 2090 |
| |
2040 | 2091 |
| |
2041 | 2092 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2279 | 2279 |
| |
2280 | 2280 |
| |
2281 | 2281 |
| |
2282 |
| - | |
2283 |
| - | |
| 2282 | + | |
| 2283 | + | |
2284 | 2284 |
| |
2285 | 2285 |
| |
2286 | 2286 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
2161 | 2162 |
| |
2162 | 2163 |
| |
2163 | 2164 |
| |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
2164 | 2176 |
| |
2165 | 2177 |
| |
2166 | 2178 |
| |
| |||
2710 | 2722 |
| |
2711 | 2723 |
| |
2712 | 2724 |
| |
| 2725 | + | |
2713 | 2726 |
| |
2714 | 2727 |
| |
2715 | 2728 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
| |||
174 | 181 |
| |
175 | 182 |
| |
176 | 183 |
| |
177 |
| - | |
| 184 | + | |
178 | 185 |
| |
179 | 186 |
| |
180 | 187 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
540 |
| - | |
| 539 | + | |
| 540 | + | |
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
239 |
| - | |
| 238 | + | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
644 |
| - | |
645 |
| - | |
| 644 | + | |
| 645 | + | |
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
750 | 750 |
| |
751 | 751 |
| |
752 | 752 |
| |
753 |
| - | |
| 753 | + | |
754 | 754 |
| |
755 | 755 |
| |
756 | 756 |
| |
|
Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| 20 | + | |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
| |||
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
101 | 126 |
| |
102 | 127 |
| |
103 | 128 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 |
| |
89 | 92 |
| |
90 | 93 |
| |
| |||
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
128 |
| - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
129 | 140 |
| |
130 | 141 |
| |
131 | 142 |
| |
|
0 commit comments
Comments
(0)