Re: Weirdness using Executor Hooks

From: Eric Ridge <eebbrr(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Weirdness using Executor Hooks
Date: 2015-06-18 21:45:37
Message-ID: CANcm6wZrCh_Z8=S2g7pGBDe5TGfm3z4JikJEw-bWKZYmey4eGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 18, 2015 at 5:39 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> BTW, if it didn't occur to you already --- next time you see this,
> you could try examining dfmgr.c's DynamicFileList data structure
> using gdb. That might help illuminate what Postgres thinks it
> loaded and why.

Hmm, okay. I'll not check for the condition in the hook functions so
that when this does happen again I can do what you suggest.

thanks!

eric

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-06-18 22:04:01 Re: Weirdness using Executor Hooks
Previous Message Nicolas Barbier 2015-06-18 21:43:11 Re: Is it possible to have a "fast-write" Index?