pgsql: Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Date: 2016-03-16 17:59:32
Message-ID: E1agFjI-0001uE-CO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.

Vinayak Pokale provided a patch for a copy-and-paste error in a
comment. I noticed that I'd use the word "automatically" nearby where
I meant to talk about things being "atomic". Rahila Syed spotted a
misplaced counter update. Fix all that stuff.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc55cc0b6a4af048f46c7e46c9e9c1f24b7ee9b8

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 4 ++--
src/backend/postmaster/pgstat.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-16 18:28:57 pgsql: Another comment update.
Previous Message Teodor Sigaev 2016-03-16 16:59:39 Re: pgsql: Add word_similarity to pg_trgm contrib module.