On Jul 26, 2018, at 1:23 PM, Andres Freund <andres@anarazel.de> wrote:
>
> On 2018-07-26 13:18:33 -0700, Jeff Frost wrote:
>> Oh, I see what you're saying. Don't the autovacuum processes connect to their own backends which then exit after
they'recomplete though?
>
> Yes, that's right. Creating an extension or calling a function that
> internally does a SET search_path seem like a more likely cause.
I grepped our code and didn't find anywhere that we set search_path, though it's possible some ruby gem we use could be
doingit. I'll go spelunking there next!