Re: Possible spelling fixes

David Rowley <david.rowley@2ndquadrant.com>

From: David Rowley <david.rowley@2ndquadrant.com>
To: Josh Soref <jsoref@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-01T15:35:38Z
Lists: pgsql-hackers
On 6 February 2017 at 15:50, Josh Soref <jsoref@gmail.com> wrote:
> It's now split more or less to your suggestion:
> https://github.com/jsoref/postgres/commits/spelling

- * Note that this algrithm is know to not be very effective (O(N^2))
+ * Note that this algorithm is know to not be very effective (O(N^2))

know should be known. Perhaps you can include if you have a followup patch.


-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Commits

  1. Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.

  2. Fix typos in comments.

  3. XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.