pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while
Дата
Msg-id 20060302211311.1D1179DCD7C@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Repair oidvectorrecv and int2vectorrecv, which I broke while changing
them to use array_recv :-(.  Per report from Tim Kordas.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        int.c (r1.68 -> r1.68.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/int.c.diff?r1=1.68&r2=1.68.2.1)
        oid.c (r1.64.2.1 -> r1.64.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/oid.c.diff?r1=1.64.2.1&r2=1.64.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair oidvectorrecv and int2vectorrecv, which I broke while
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Move message type check and make it more detailed.