pet...@postgresql.org (Peter Eisentraut) writes:

> Log Message:
> -----------
> Add quotes to message

                     errdetail("Returned type %s does not match expected type "
!                              "%s in column \"%s\".",
                               OidIsValid(returned->attrs[i]->atttypid) ?
                               format_type_be(returned->attrs[i]->atttypid) :
                               _(dropped_column_type),

I'm surprised there isn't a regression test for this case.


-- 
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's 24x7 Postgres support!

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to