pgsql: Fix thinko in copyParamList.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix thinko in copyParamList.
Дата
Msg-id E1bSPlm-0006Iu-8s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko in copyParamList.

There's no point in consulting retval->paramMask; it's always NULL.
Instead, we should consult from->paramMask.

Reported by Andrew Gierth.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b31875b1fe7131ac29f118efd81c9aba7255eced

Modified Files
--------------
src/backend/nodes/params.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow functions that return sets of tuples to return simple NULL
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix cost_rescan() to account for multi-batch hashing correctly.