summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgfreespacemap.sgml
diff options
context:
space:
mode:
authorTom Lane2022-04-20 15:04:28 +0000
committerTom Lane2022-04-20 15:04:49 +0000
commit836af9756b742f5a8ae77b4bef9d27311772a13c (patch)
tree1dca762efc79599db17838cb9a39ffcab14d08ae /doc/src/sgml/pgfreespacemap.sgml
parent6c0f9f60f1c24aead1bfdd0ed294ac5b6f1d1ac1 (diff)
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/[email protected]
Diffstat (limited to 'doc/src/sgml/pgfreespacemap.sgml')
-rw-r--r--doc/src/sgml/pgfreespacemap.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml
index 3063885c2cb..4dd7a084b9c 100644
--- a/doc/src/sgml/pgfreespacemap.sgml
+++ b/doc/src/sgml/pgfreespacemap.sgml
@@ -76,7 +76,7 @@
<screen>
postgres=# SELECT * FROM pg_freespace('foo');
- blkno | avail
+ blkno | avail
-------+-------
0 | 0
1 | 0
@@ -101,7 +101,7 @@ postgres=# SELECT * FROM pg_freespace('foo');
(20 rows)
postgres=# SELECT * FROM pg_freespace('foo', 7);
- pg_freespace
+ pg_freespace
--------------
1216
(1 row)