pgsql: Update out-of-date comment in vacuumlazy.c

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update out-of-date comment in vacuumlazy.c
Date: 2017-06-22 17:40:40
Message-ID: E1dO65w-0004d4-QJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update out-of-date comment in vacuumlazy.c

Commit 15c121b3ed7eb2f290e19533e41ccca734d23574 seems to have
overlooked the need to trim this part of the comment.

Pavan Deolasee

Discussion: http://postgr.es/m/CABOikdPq_9+cWRNZ0RLKTwuZyj=uL85X=Usifa-CbPee1ZCM5A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2a6db5eba69c0d6c842360f836cadd20e6cd9a0c

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-06-22 17:51:21 pgsql: Fix autovacuum launcher attachment to its DSA
Previous Message Alvaro Herrera 2017-06-22 17:21:50 pgsql: Fix IF NOT EXISTS in CREATE STATISTICS