"Alex Hunsaker" <badalex(at)gmail(dot)com> writes:
> Problem: Apparently random segfaults apparently query agnostic, seem
> to be more frequent when a pg_dump is running
Hmm, seems from the backtrace that we're trying to do a replan with an
invalid ActiveSnapshot. What sequence of operations is the connected
client performing, exactly? (I'm not worried about the details of the
SQL per se, but of how it's preparing/issuing queries.)
regards, tom lane