1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Trim trailing whitespace

This commit is contained in:
Peter Eisentraut
2017-06-12 09:51:18 -04:00
parent ddd7b22b22
commit bf6e4c3c82
10 changed files with 22 additions and 22 deletions

View File

@@ -275,7 +275,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
<para>
In a <emphasis>parallel sequential scan</>, the table's blocks will
be divided among the cooperating processes. Blocks are handed out one
at a time, so that access to the table remains sequential.
at a time, so that access to the table remains sequential.
</para>
</listitem>
<listitem>