pgsql: Fix typo in comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2017-07-22 00:10:48
Message-ID: E1dYi0O-0004fM-Js@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment

Commit fd31cd265138 renamed the variable to skipping_blocks, but forgot
to update this comment.

Noticed while inspecting code.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/de38489b926e3e5af84f22cf4788fe4498e13c72

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-07-22 02:10:21 pgsql: pg_rewind: Fix some problems when copying files >2GB.
Previous Message Tom Lane 2017-07-21 21:51:03 pgsql: Doc: update versioning information in libpq.sgml.