Vitaly Belman <vitalyb@gmail.com> writes:
> P.S Still a bit strange because "functions" IS in the search_path,
> there is no reason for it not to find it from the vacuum.
I see this in vacuumlo.c:
res = PQexec(conn, "SET search_path = pg_catalog");
regards, tom lane