forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b1a879
committed
Move bool parameter for vacuum_rel() to option bits.
ff9618e introduced the skip_privs parameter, which is used toskip privilege checks when recursing to a relation's TOAST table.This parameter should have been added as a flag bit inVacuumParams->options instead.Suggested-by: Michael PaquierReviewed-by: Michael Paquier, Jeff DavisDiscussion:https://postgr.es/m/ZIj4v1CwqlDVJZfB%40paquier.xyz1 parent4539262 commit5b1a879
3 files changed
+21
-10
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
|
Lines changed: 19 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
623 |
| - | |
624 |
| - | |
| 623 | + | |
625 | 624 |
| |
626 | 625 |
| |
627 | 626 |
| |
| |||
712 | 711 |
| |
713 | 712 |
| |
714 | 713 |
| |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
715 | 721 |
| |
716 | 722 |
| |
717 | 723 |
| |
| |||
1953 | 1959 |
| |
1954 | 1960 |
| |
1955 | 1961 |
| |
1956 |
| - | |
| 1962 | + | |
1957 | 1963 |
| |
1958 | 1964 |
| |
1959 | 1965 |
| |
| |||
2040 | 2046 |
| |
2041 | 2047 |
| |
2042 | 2048 |
| |
2043 |
| - | |
2044 |
| - | |
| 2049 | + | |
2045 | 2050 |
| |
2046 |
| - | |
| 2051 | + | |
2047 | 2052 |
| |
2048 | 2053 |
| |
2049 | 2054 |
| |
| |||
2229 | 2234 |
| |
2230 | 2235 |
| |
2231 | 2236 |
| |
2232 |
| - | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
| 2241 | + | |
2233 | 2242 |
| |
2234 | 2243 |
| |
| 2244 | + | |
2235 | 2245 |
| |
2236 |
| - | |
| 2246 | + | |
2237 | 2247 |
| |
2238 | 2248 |
| |
2239 | 2249 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
194 | 195 |
| |
195 | 196 |
| |
196 | 197 |
| |
|
0 commit comments
Comments
(0)