On Fri, Jul 10, 2015 at 10:43 PM, Fujii Masao <masao.fu...@gmail.com> wrote: > On Fri, Jul 10, 2015 at 2:41 PM, Sawada Masahiko <sawada.m...@gmail.com> > wrote: >> On Fri, Jul 10, 2015 at 3:05 AM, Sawada Masahiko <sawada.m...@gmail.com> >> wrote: >>> >>> Also something for pg_upgrade is also not yet. >>> >>> TODO >>> - Test case for this feature >>> - pg_upgrade support. >>> >> >> I had forgotten to change the fork name of visibility map to "vfm". >> Attached latest v7 patch. >> Please review it. > > The compilation failed on my machine... > > gcc -Wall -Wmissing-prototypes -Wpointer-arith > -Wdeclaration-after-statement -Wendif-labels > -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing > -fwrapv -g -O0 -I../../../../src/include -D_GNU_SOURCE -c -o > visibilitymap.o visibilitymap.c > make[4]: *** No rule to make target `heapfuncs.o', needed by > `objfiles.txt'. Stop. > make[4]: *** Waiting for unfinished jobs.... > ( echo src/backend/access/index/genam.o > src/backend/access/index/indexam.o ) >objfiles.txt > make[4]: Leaving directory `/home/postgres/pgsql/git/src/backend/access/index' > gcc -Wall -Wmissing-prototypes -Wpointer-arith > -Wdeclaration-after-statement -Wendif-labels > -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing > -fwrapv -g -O0 -I../../../src/include -D_GNU_SOURCE -c -o > tablespace.o tablespace.c > gcc -Wall -Wmissing-prototypes -Wpointer-arith > -Wdeclaration-after-statement -Wendif-labels > -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing > -fwrapv -g -O0 -I../../../src/include -D_GNU_SOURCE -c -o > instrument.o instrument.c > make[4]: Leaving directory `/home/postgres/pgsql/git/src/backend/access/heap' > make[3]: *** [heap-recursive] Error 2 > make[3]: Leaving directory `/home/postgres/pgsql/git/src/backend/access' > make[2]: *** [access-recursive] Error 2 > make[2]: *** Waiting for unfinished jobs.... >
Oops, I had forgotten to add new file heapfuncs.c. Latest patch is attached. Regards, -- Sawada Masahiko
000_add_frozen_bit_into_visibilitymap_v8.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers