]> granicus.if.org Git - gc/commit
Fix 'GC_written_pages never read' code defect (GWW_VDB)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 6 Dec 2016 07:49:52 +0000 (10:49 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 17:25:25 +0000 (20:25 +0300)
commiteaf1e81439c5865c99ade80884630b7614639f08
treef69edd4b89cc89529ee66032fa0ee5ad98815d95
parent14669e1a4520f42369badf2871c415f38e302431
Fix 'GC_written_pages never read' code defect (GWW_VDB)

* include/private/gc_priv.h [GWW_VDB] (GC_written_pages,
GC_arrays._written_pages): Do not define unless CHECKSUMS.
* os_dep.c [GWW_VDB] (GC_or_pages): Likewise.
* os_dep.c [GWW_VDB] (GC_gww_read_dirty): Call
GC_or_pages(GC_written_pages) only if CHECKSUMS.
include/private/gc_priv.h
os_dep.c