1
0
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:
Tom Lane
2012-04-29 16:23:54 -04:00
parent 5f2b089387
commit 309c64745e
7 changed files with 18 additions and 17 deletions

View File

@@ -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 */