forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit319bae9
committed
Rename io_direct to debug_io_direct.
Give the new GUC introduced byd4e71df a name that is clearly notintended for mainstream use quite yet.Future proposals would drop the prefix only after adding infrastructureto make it efficient. Having the switch in the tree sooner is goodbecause it might lead to new discoveries about the hazards awaiting uson a wide range of systems, but that name was too enticing and couldlead to cross-version confusion in future, per complaints from Noah andJustin.Suggested-by: Noah Misch <noah@leadboat.com>Reviewed-by: Noah Misch <noah@leadboat.com>Reviewed-by: Justin Pryzby <pryzby@telsasoft.com> (the idea, not the patch)Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> (ditto)Discussion:https://postgr.es/m/20230430041106.GA2268796%40rfd.leadboat.com1 parent4d5105a commit319bae9
File tree
4 files changed
+38
-38
lines changed- doc/src/sgml
- src
- backend
- storage/file
- utils/misc
- test/modules/test_misc/t
4 files changed
+38
-38
lines changedLines changed: 32 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11160 | 11160 |
| |
11161 | 11161 |
| |
11162 | 11162 |
| |
| 11163 | + | |
| 11164 | + | |
| 11165 | + | |
| 11166 | + | |
| 11167 | + | |
| 11168 | + | |
| 11169 | + | |
| 11170 | + | |
| 11171 | + | |
| 11172 | + | |
| 11173 | + | |
| 11174 | + | |
| 11175 | + | |
| 11176 | + | |
| 11177 | + | |
| 11178 | + | |
| 11179 | + | |
| 11180 | + | |
| 11181 | + | |
| 11182 | + | |
| 11183 | + | |
| 11184 | + | |
| 11185 | + | |
| 11186 | + | |
| 11187 | + | |
| 11188 | + | |
| 11189 | + | |
| 11190 | + | |
| 11191 | + | |
| 11192 | + | |
| 11193 | + | |
| 11194 | + | |
11163 | 11195 |
| |
11164 | 11196 |
| |
11165 | 11197 |
| |
| |||
11221 | 11253 |
| |
11222 | 11254 |
| |
11223 | 11255 |
| |
11224 |
| - | |
11225 |
| - | |
11226 |
| - | |
11227 |
| - | |
11228 |
| - | |
11229 |
| - | |
11230 |
| - | |
11231 |
| - | |
11232 |
| - | |
11233 |
| - | |
11234 |
| - | |
11235 |
| - | |
11236 |
| - | |
11237 |
| - | |
11238 |
| - | |
11239 |
| - | |
11240 |
| - | |
11241 |
| - | |
11242 |
| - | |
11243 |
| - | |
11244 |
| - | |
11245 |
| - | |
11246 |
| - | |
11247 |
| - | |
11248 |
| - | |
11249 |
| - | |
11250 |
| - | |
11251 |
| - | |
11252 |
| - | |
11253 |
| - | |
11254 |
| - | |
11255 |
| - | |
11256 | 11256 |
| |
11257 | 11257 |
| |
11258 | 11258 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3844 | 3844 |
| |
3845 | 3845 |
| |
3846 | 3846 |
| |
3847 |
| - | |
| 3847 | + | |
3848 | 3848 |
| |
3849 | 3849 |
| |
3850 | 3850 |
| |
| |||
3859 | 3859 |
| |
3860 | 3860 |
| |
3861 | 3861 |
| |
3862 |
| - | |
| 3862 | + | |
3863 | 3863 |
| |
3864 | 3864 |
| |
3865 | 3865 |
| |
| |||
3891 | 3891 |
| |
3892 | 3892 |
| |
3893 | 3893 |
| |
3894 |
| - | |
| 3894 | + | |
3895 | 3895 |
| |
3896 | 3896 |
| |
3897 | 3897 |
| |
3898 | 3898 |
| |
3899 | 3899 |
| |
3900 | 3900 |
| |
3901 |
| - | |
| 3901 | + | |
3902 | 3902 |
| |
3903 | 3903 |
| |
3904 | 3904 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4568 | 4568 |
| |
4569 | 4569 |
| |
4570 | 4570 |
| |
4571 |
| - | |
| 4571 | + | |
4572 | 4572 |
| |
4573 | 4573 |
| |
4574 | 4574 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments
Comments
(0)