Displaying 2 results from an estimated 2 matches for "pgarch".
Did you mean:
garch
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...mizer/util/restrictinfo.o optimizer/util/tlist.o
> optimizer/util/var.o port/atomics.o port/dynloader.o port/pg_sema.o
> port/pg_shmem.o port/pg_latch.o postmaster/autovacuum.o
> postmaster/bgworker.o postmaster/bgwriter.o postmaster/checkpointer.o
> postmaster/fork_process.o postmaster/pgarch.o postmaster/pgstat.o
> postmaster/postmaster.o postmaster/startup.o postmaster/syslogger.o
> postmaster/walwriter.o regex/regcomp.o regex/regerror.o
> regex/regexec.o regex/regfree.o regex/regprefix.o regex/regexport.o
> replication/logical/decode.o replication/logical/logical.o
> r...