Re: BUG #14406: Statement fails after upgrade to 9.6.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14406: Statement fails after upgrade to 9.6.1
Дата
Msg-id 18457.1477929511@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14406: Statement fails after upgrade to 9.6.1  (boskowski+coreybernal@gmail.com)
Ответы Re: BUG #14406: Statement fails after upgrade to 9.6.1  (Robert Lebel <boblebel2@gmail.com>)
Список pgsql-bugs
boskowski+coreybernal@gmail.com writes:
> After upgrading from 9.5.4 to 9.6.1 using pg_upgrade with links an UPDATE
> (prepared) statement that previously worked started raising

> ERROR:  table row type and query-specified row type do not match
> DETAIL:  Query provides a value for a dropped column at ordinal position
> 19.

> I managed to solve this by creating an identical table, populating with
> INSERT/SELECT and swapping the tables by renaming them, all in one
> transaction.

> Please let me know what detail information can be helpful to you.

Without a self-contained test case, we're not going to be able to do much
with this report.  Presumably a test case would look something like
"create a table like this under 9.5; drop some columns in it like this;
pg_upgrade to 9.6; execute this query".  But nobody's going to try to
fill in all those details by guessing.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: boskowski+coreybernal@gmail.com
Дата:
Сообщение: BUG #14406: Statement fails after upgrade to 9.6.1
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: BUG #14397: Updatable VIEW doesn't work with ON CONFLICT from PgPreparedStatement