"Chris Hoover" <revoohc@gmail.com> writes:
> I just received this error on my command line. I think this came from
> postgres as it is the only app running on this server. I am not sure what
> caused this since the server was idle.
> TRAP: BadArgument("!(((header->context) != ((void *)0) &&
> (((((Node*)((header->context)))-
>> type) == T_AllocSetContext))))", File: "mcxt.c", Line: 589)
This is an Assert failure, but there's not enough info here to guess
what caused it. Did it produce a core file in $PGDATA?
regards, tom lane