mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
This seems more consistent with the pre-existing choices for names of other statistics columns. Rename assorted internal identifiers to match.
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>time_read</structfield></entry>
|
||||
<entry><structfield>blk_read_time</structfield></entry>
|
||||
<entry><type>double precision</type></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
@@ -166,7 +166,7 @@
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>time_write</structfield></entry>
|
||||
<entry><structfield>blk_write_time</structfield></entry>
|
||||
<entry><type>double precision</type></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
|
Reference in New Issue
Block a user