Hi!

On Wed, Dec 30, 2020 at 8:56 PM Tom Lane <[email protected]> wrote:
> Use setenv() in preference to putenv().

Recent buildfarm failure on crake seems to be related to this commit.
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2020-12-31%2001%3A34%3A28

pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 193; 1255 50888 FUNCTION putenv("text") buildfarm
pg_restore: error: could not execute query: ERROR:  could not find
function "regress_putenv" in file
"/home/andrew/bf/root/saves.crake/HEAD/lib/postgresql/regress.so"
Command was: CREATE FUNCTION "public"."putenv"("text") RETURNS "void"
    LANGUAGE "c" STRICT
    AS '$libdir/regress.so', 'regress_putenv';

------
Regards,
Alexander Korotkov


Reply via email to