pgsql: Fix incorrect relation name in comment of vacuumlazy.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect relation name in comment of vacuumlazy.c
Date: 2019-01-18 04:55:00
Message-ID: E1gkMBI-0006Mw-FD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect relation name in comment of vacuumlazy.c

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoBiOiapB7YGbWRfNZji3cs1gkEwv=uGLTemaZ9yNKK1DA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80971bc206b06deebe71e722f49949f6df4ce642

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-01-18 07:38:53 pgsql: configure: More use of AC_ARG_VAR
Previous Message Michael Paquier 2019-01-18 01:52:48 pgsql: Enforce non-parallel plan when calling current_schema() in newly