nkPit
nkPit
Hello! After building postgres in the following way: `./configure --enable-tap-tests --enable-debug --enable-cassert && make -j8` And executing the query: ``` set plpgsql_check.profiler to on; create function f1() returns void as...
Hello! After building postgres in the following way: ``` export ASAN_OPTIONS=detect_leaks=0:abort_on_error=1:disable_coredump=0:strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detct_odr_violation=0:detect_stack_use_after_return=0:strict_string_checks=1:check_initialization_order=1:strict_init_order=1 CPPFLAGS="-Og -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all -fno-sanitize=nonnull-attribute -fstack-protector" LDFLAGS='-fsanitize=address -fsanitize=undefined' \ ./configure --enable-tap-tests --enable-debug --enable-cassert --enable-nls --with-icu --with-perl --with-python --with-openssl --with-libxml...