Re: assertion failure w/extended query protocol - Mailing list pgsql-hackers

From Andres Freund
Subject Re: assertion failure w/extended query protocol
Date
Msg-id 201210191859.35691.andres@2ndquadrant.com
Whole thread Raw
In response to Re: assertion failure w/extended query protocol  (Peter Geoghegan <peter@2ndquadrant.com>)
List pgsql-hackers
On Friday, October 19, 2012 06:41:27 PM Peter Geoghegan wrote:
> On 19 October 2012 17:19, Robert Haas <robertmhaas@gmail.com> wrote:
> > Rushabh Lathia of the EnterpriseDB development team and I have been
> > doing some testing of the extended query protocol and have found a
> > case where it causes an assertion failure.  Here's how to reproduce:
> > 
> > 1. Apply the attached patch to teach psql how to use the extended
> > query protocol.  Compile, install.
> > 
> > 2. Start the modified psql and do this:
> > 
> > \set PROTOCOL extended
> > PREPARE stmt as select 1;
> > CREATE TEMPORARY TABLE tmptbl AS EXECUTE stmt;
> > 
> > The result is:
> > 
> > TRAP: FailedAssertion("!(qry->commandType != CMD_UTILITY)", File:
> > "utility.c", Line: 1516)
> 
> I'm reasonably confident that commit
> 9dbf2b7d75de5af38d087cbe2b1147dd0fd10f0a caused this breakage.

Not a bad guess, looking.

Andres
-- 
Andres Freund        http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: First draft of snapshot snapshot building design document
Next
From: Tom Lane
Date:
Subject: Re: pg_stat_lwlocks view - lwlocks statistics, round 2