Re: Parallel heap vacuum - Mailing list pgsql-hackers

From Peter Smith
Subject Re: Parallel heap vacuum
Date
Msg-id CAHut+PujeS5qCthFSjV15Tt6NRthJ2qLYYOMoRavHGVu6pzRHQ@mail.gmail.com
Whole thread Raw
In response to Parallel heap vacuum  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
Hi Sawada-San,

FYI, the patch 0001 fails to build stand-alone

vacuumlazy.c: In function ‘parallel_heap_vacuum_gather_scan_stats’:
vacuumlazy.c:3739:21: error: ‘LVRelScanStats’ has no member named
‘vacuumed_pages’
   vacrel->scan_stats->vacuumed_pages += ss->vacuumed_pages;
                     ^
vacuumlazy.c:3739:43: error: ‘LVRelScanStats’ has no member named
‘vacuumed_pages’
   vacrel->scan_stats->vacuumed_pages += ss->vacuumed_pages;
                                           ^
make[4]: *** [vacuumlazy.o] Error 1


It appears to be using a struct field which is not even introduced
until the patch 0004 of the patch set.

======
Kind Regards,
Peter Smith.
Fujitsu Australia.



pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Proposal: Role Sandboxing for Secure Impersonation
Next
From: Bruce Momjian
Date:
Subject: Re: attndims, typndims still not enforced, but make the value within a sane threshold