pgsql: Fix various infelicities in node functions.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix various infelicities in node functions.
Дата
Msg-id E1SKWA5-0000gv-8i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix various infelicities in node functions.

Mostly, this consists of adding support for fields which exist in the
structure but aren't handled by copy/equal/outfuncs; but the create
foreign table case can actually produce garbage output.

Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/53bbc681ca97650a4b8ea59d8f1710196654fca5

Modified Files
--------------
src/backend/nodes/copyfuncs.c  |    2 ++
src/backend/nodes/equalfuncs.c |    3 +++
src/backend/nodes/outfuncs.c   |   19 ++++++++++++++-----
3 files changed, 19 insertions(+), 5 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.