> I see the same behavior, with a simple "select * from pg_user" enough
> to crash the backend
The segfault is coming from a call to free() after the command has
executed and while the "CommitTransactionCommand" phase is running.
Putting the query inside a begin/end block does not help. Presumably
there is a bad pointer or something getting free'd twice.
Any ideas?
- Tom