pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned.
Дата
Msg-id 20091113234419.92317753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Avoid assuming that enum CreateStmtLikeOption is unsigned.  Zdenek Kotala

Modified Files:
--------------
    pgsql/src/include/nodes:
        parsenodes.h (r1.413 -> r1.414)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/parsenodes.h?r1=1.413&r2=1.414)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add control knobs for plpgsql's variable resolution behavior, and
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Clean up a couple of bizarre code formatting choices in recent