pgsql: Remove some unnecessary code: since ExecMakeFunctionResultNoSets

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Remove some unnecessary code: since ExecMakeFunctionResultNoSets
Дата
Msg-id 20050512204157.2C3B753F6F@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
want to handle set inputs, it should just pass NULL for isDone, not make
its own failure check.

Modified Files:
--------------
    pgsql/src/backend/executor:
        execQual.c (r1.178 -> r1.179)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.178&r2=1.179)

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - lo: Add version indicator.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - lo: Add PG version utility.