mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-31 18:25:59 +08:00
Change sanitizer test to run on PG12 and make it use the same infrastructure as the other linux regression tests. Co-authored-by: Sven Klemm <sven@timescale.com>
34 lines
686 B
Plaintext
34 lines
686 B
Plaintext
leak:save_ps_display_args
|
|
leak:psql/startup.c
|
|
#don't care about the frontend leaks
|
|
leak:fe_memutils.c
|
|
leak:fe-connect.c
|
|
leak:fe-exec.c
|
|
leak:initdb.c
|
|
#annoingly have to supress strdup because it leaks in PostmasterMain -D option
|
|
leak:strdup
|
|
leak:ProcessConfigFileInternal
|
|
leak:internal_load_library
|
|
|
|
leak:pg_timezone_abbrev_initialize
|
|
leak:check_timezone_abbreviations
|
|
leak:check_session_authorization
|
|
leak:InitializeGUCOptions
|
|
leak:CheckMyDatabase
|
|
|
|
|
|
#pg_dump
|
|
leak:getSchemaData
|
|
leak:dumpDumpableObject
|
|
|
|
#should live as long as the process
|
|
leak:ShmemInitHash
|
|
|
|
#test only functions
|
|
leak:deserialize_test_parameters
|
|
leak:ts_params_get
|
|
leak:test_job_dispatcher
|
|
|
|
#openssl
|
|
leak:CRYPTO_zalloc
|