postgresql/src/backend/storage
Thomas Munro 319bae9a8d Rename io_direct to debug_io_direct.
Give the new GUC introduced by d4e71df6 a name that is clearly not
intended for mainstream use quite yet.

Future proposals would drop the prefix only after adding infrastructure
to make it efficient.  Having the switch in the tree sooner is good
because it might lead to new discoveries about the hazards awaiting us
on a wide range of systems, but that name was too enticing and could
lead to cross-version confusion in future, per complaints from Noah and
Justin.

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.com
2023-05-15 10:31:14 +12:00
..
buffer Fix various typos 2023-04-18 13:23:23 +12:00
file Rename io_direct to debug_io_direct. 2023-05-15 10:31:14 +12:00
freespace Use ExtendBufferedRelTo() in {vm,fsm}_extend() 2023-04-05 17:50:09 -07:00
ipc Fix typos in comments 2023-05-02 12:23:08 +09:00
large_object Update copyright for 2023 2023-01-02 15:00:37 -05:00
lmgr Fix typo with wait event for SLRU buffer of commit timestamps 2023-05-05 21:25:44 +09:00
page Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2023-04-08 16:34:50 +12:00
smgr Fix various typos 2023-04-18 13:23:23 +12:00
sync Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00