mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Rename track_iotiming GUC to track_io_timing.
This spelling seems significantly more readable to me.
This commit is contained in:
@@ -48,7 +48,7 @@ extern PGDLLIMPORT int NBuffers;
|
||||
extern bool zero_damaged_pages;
|
||||
extern int bgwriter_lru_maxpages;
|
||||
extern double bgwriter_lru_multiplier;
|
||||
extern bool track_iotiming;
|
||||
extern bool track_io_timing;
|
||||
extern int target_prefetch_pages;
|
||||
|
||||
/* in buf_init.c */
|
||||
|
Reference in New Issue
Block a user