Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27866bd

Browse files
committed
Expand ad-hoc unit abbreviations in function descriptions
There is no need to use abbreviations here, so just write it out forconsistency.
1 parent2e25413 commit27866bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,9 +2837,9 @@ DESCR("statistics: number of temporary files written");
28372837
DATA(insert OID = 3151 ( pg_stat_get_db_temp_bytes PGNSP PGUID 12 1 0 0 0 f f f f t f s r 1 0 20 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_temp_bytes _null_ _null_ _null_ ));
28382838
DESCR("statistics: number of bytes in temporary files written");
28392839
DATA(insert OID = 2844 ( pg_stat_get_db_blk_read_timePGNSP PGUID 12 1 0 0 0 f f f f t f s r 1 0 701 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_blk_read_time _null_ _null_ _null_ ));
2840-
DESCR("statistics: block read time, inmsec");
2840+
DESCR("statistics: block read time, inmilliseconds");
28412841
DATA(insert OID = 2845 ( pg_stat_get_db_blk_write_time PGNSP PGUID 12 1 0 0 0 f f f f t f s r 1 0 701 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_db_blk_write_time _null_ _null_ _null_ ));
2842-
DESCR("statistics: block write time, inmsec");
2842+
DESCR("statistics: block write time, inmilliseconds");
28432843
DATA(insert OID = 3195 ( pg_stat_get_archiverPGNSP PGUID 12 1 0 0 0 f f f f f f s r 0 0 2249 "" "{20,25,1184,20,25,1184,1184}" "{o,o,o,o,o,o,o}" "{archived_count,last_archived_wal,last_archived_time,failed_count,last_failed_wal,last_failed_time,stats_reset}" _null_ _null_ pg_stat_get_archiver _null_ _null_ _null_ ));
28442844
DESCR("statistics: information about WAL archiver");
28452845
DATA(insert OID = 2769 ( pg_stat_get_bgwriter_timed_checkpoints PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 20 "" _null_ _null_ _null_ _null_ _null_ pg_stat_get_bgwriter_timed_checkpoints _null_ _null_ _null_ ));
@@ -2855,9 +2855,9 @@ DESCR("statistics: number of times the bgwriter stopped processing when it had w
28552855
DATA(insert OID = 3075 ( pg_stat_get_bgwriter_stat_reset_time PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 1184 "" _null_ _null_ _null_ _null_ _null_ pg_stat_get_bgwriter_stat_reset_time _null_ _null_ _null_ ));
28562856
DESCR("statistics: last reset for the bgwriter");
28572857
DATA(insert OID = 3160 ( pg_stat_get_checkpoint_write_time PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 701 "" _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpoint_write_time _null_ _null_ _null_ ));
2858-
DESCR("statistics: checkpoint time spent writing buffers to disk, inmsec");
2858+
DESCR("statistics: checkpoint time spent writing buffers to disk, inmilliseconds");
28592859
DATA(insert OID = 3161 ( pg_stat_get_checkpoint_sync_time PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 701 "" _null_ _null_ _null_ _null_ _null_ pg_stat_get_checkpoint_sync_time _null_ _null_ _null_ ));
2860-
DESCR("statistics: checkpoint time spent synchronizing buffers to disk, inmsec");
2860+
DESCR("statistics: checkpoint time spent synchronizing buffers to disk, inmilliseconds");
28612861
DATA(insert OID = 2775 ( pg_stat_get_buf_written_backend PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 20 "" _null_ _null_ _null_ _null_ _null_ pg_stat_get_buf_written_backend _null_ _null_ _null_ ));
28622862
DESCR("statistics: number of buffers written by backends");
28632863
DATA(insert OID = 3063 ( pg_stat_get_buf_fsync_backend PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 20 "" _null_ _null_ _null_ _null_ _null_ pg_stat_get_buf_fsync_backend _null_ _null_ _null_ ));
@@ -2868,9 +2868,9 @@ DESCR("statistics: number of buffer allocations");
28682868
DATA(insert OID = 2978 ( pg_stat_get_function_callsPGNSP PGUID 12 1 0 0 0 f f f f t f s r 1 0 20 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_function_calls _null_ _null_ _null_ ));
28692869
DESCR("statistics: number of function calls");
28702870
DATA(insert OID = 2979 ( pg_stat_get_function_total_timePGNSP PGUID 12 1 0 0 0 f f f f t f s r 1 0 701 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_function_total_time _null_ _null_ _null_ ));
2871-
DESCR("statistics: total execution time of function, inmsec");
2871+
DESCR("statistics: total execution time of function, inmilliseconds");
28722872
DATA(insert OID = 2980 ( pg_stat_get_function_self_timePGNSP PGUID 12 1 0 0 0 f f f f t f s r 1 0 701 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_function_self_time _null_ _null_ _null_ ));
2873-
DESCR("statistics: self execution time of function, inmsec");
2873+
DESCR("statistics: self execution time of function, inmilliseconds");
28742874

28752875
DATA(insert OID = 3037 ( pg_stat_get_xact_numscansPGNSP PGUID 12 1 0 0 0 f f f f t f v r 1 0 20 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_numscans _null_ _null_ _null_ ));
28762876
DESCR("statistics: number of scans done for table/index in current transaction");
@@ -2893,9 +2893,9 @@ DESCR("statistics: number of blocks found in cache in current transaction");
28932893
DATA(insert OID = 3046 ( pg_stat_get_xact_function_callsPGNSP PGUID 12 1 0 0 0 f f f f t f v r 1 0 20 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_function_calls _null_ _null_ _null_ ));
28942894
DESCR("statistics: number of function calls in current transaction");
28952895
DATA(insert OID = 3047 ( pg_stat_get_xact_function_total_timePGNSP PGUID 12 1 0 0 0 f f f f t f v r 1 0 701 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_function_total_time _null_ _null_ _null_ ));
2896-
DESCR("statistics: total execution time of function in current transaction, inmsec");
2896+
DESCR("statistics: total execution time of function in current transaction, inmilliseconds");
28972897
DATA(insert OID = 3048 ( pg_stat_get_xact_function_self_timePGNSP PGUID 12 1 0 0 0 f f f f t f v r 1 0 701 "26" _null_ _null_ _null_ _null_ _null_ pg_stat_get_xact_function_self_time _null_ _null_ _null_ ));
2898-
DESCR("statistics: self execution time of function in current transaction, inmsec");
2898+
DESCR("statistics: self execution time of function in current transaction, inmilliseconds");
28992899

29002900
DATA(insert OID = 3788 ( pg_stat_get_snapshot_timestamp PGNSP PGUID 12 1 0 0 0 f f f f t f s r 0 0 1184 "" _null_ _null_ _null_ _null_ _null_pg_stat_get_snapshot_timestamp _null_ _null_ _null_ ));
29012901
DESCR("statistics: timestamp of the current statistics snapshot");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp