Fix function name in commet in vacuumlazy.c
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-01-18T03:50:15Z
Lists: pgsql-hackers
Attachments
- fix_heap_vacuum_rel.patch (application/octet-stream) patch
Hi, Attached small patch fixes the function name heap_vacuum_rel in the comment. s/vacuum_heap_rel/heap_vacuum_rel/ Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
Commits
-
Fix incorrect relation name in comment of vacuumlazy.c
- 80971bc206b0 12.0 landed