[BUGS] Fixed PL/Python hint about array of composites

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема [BUGS] Fixed PL/Python hint about array of composites
Дата
Msg-id CA+mi_8YOnvOG79vm+XzQ+a5v3TmFM7ynaNiKzMoz-DhPkRT23g@mail.gmail.com
обсуждение исходный текст
Ответы Re: [BUGS] Fixed PL/Python hint about array of composites  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список pgsql-bugs
The error message hint suggests [('foo')]. ('foo') is not a valid
Python tuple: it's a literal with redundant parentheses. ('foo',) is a
valid tuple.

Patch to correct the hints and an occurrence in the test suite attached.

-- Daniele

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

Вложения

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

Предыдущее
От: marko@joh.to
Дата:
Сообщение: [BUGS] BUG #14676: neqsel is NULL dumb
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: [BUGS] Fixed PL/Python hint about array of composites