pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs
Дата
Msg-id 20070717012143.DCF959FA5D8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix outfuncs.c to dump A_Const nodes representing NULLs correctly.  This has
been broken since forever, but was not noticed because people seldom look
at raw parse trees.  AFAIK, no impact on users except that debug_print_parse
might fail; but patch it all the way back anyway.  Per report from Jeff Ross.

Modified Files:
--------------
    pgsql/src/backend/nodes:
        outfuncs.c (r1.311 -> r1.312)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.311&r2=1.312)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > * Allow multiple indexes to be created concurrently,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs