mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove trailing whitespace from *.sgml files.
Historically we've been lax about this, but seeing that we're not
lax in C files, there doesn't seem to be a good reason to be so
in the documentation. Remove the existing occurrences (mostly
though not entirely in copied-n-pasted psql output), and modify
.gitattributes so that "git diff --check" will warn about future
cases.
While at it, add *.pm to the set of extensions .gitattributes
knows about, and remove some obsolete entries for files that
we don't have in the tree anymore.
Per followup discussion of commit 5a892c9b1
.
Discussion: https://postgr.es/m/E1nfcV1-000kOR-E5@gemulon.postgresql.org
This commit is contained in:
@@ -948,7 +948,7 @@ query | SELECT pg_stat_statements_reset(0,0,0)
|
||||
calls | 1
|
||||
total_exec_time | 0.189497
|
||||
rows | 1
|
||||
hit_percent |
|
||||
hit_percent |
|
||||
-[ RECORD 2 ]---+--------------------------------------------------&zwsp;---------------------------
|
||||
query | SELECT query, calls, total_exec_time, rows, $1 * shared_blks_hit / +
|
||||
| nullif(shared_blks_hit + shared_blks_read, $2) AS hit_percent+
|
||||
@@ -956,7 +956,7 @@ query | SELECT query, calls, total_exec_time, rows, $1 * shared_blks_h
|
||||
calls | 0
|
||||
total_exec_time | 0
|
||||
rows | 0
|
||||
hit_percent |
|
||||
hit_percent |
|
||||
|
||||
</screen>
|
||||
</sect2>
|
||||
|
Reference in New Issue
Block a user