1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +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

@ -425,7 +425,7 @@
#track_activities = on
#track_counts = on
#track_iotiming = off
#track_io_timing = off
#track_functions = none # none, pl, all
#track_activity_query_size = 1024 # (change requires restart)
#update_process_title = on