Re: pgsql: Fix memory leak in pgbench - Mailing list pgsql-committers

From Fabien COELHO
Subject Re: pgsql: Fix memory leak in pgbench
Date
Msg-id alpine.DEB.2.21.1904111803320.5938@lancre
Whole thread Raw
In response to Re: pgsql: Fix memory leak in pgbench  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
> I kinda wish the buildfarm wouldn't require manually updating compiler
> versions...

It does not. My cron script uses the update script to keep them up to 
date:

  ./update_personality.pl --config=$PG/moonjelly.conf --compiler-version="$(gcc --version | head -1 | sed 's/gcc (GCC)
//')"
  ./update_personality.pl --config=$PG/seawasp.conf --compiler-version="$(clang --version | head -1 | sed 's/^clang
version//')"
 

-- 
Fabien.



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Fix memory leak in pgbench
Next
From: Fabien COELHO
Date:
Subject: Re: pgsql: Fix memory leak in pgbench