pgsql: array_map can't use the fn_extra field of the provided fcinfo

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: array_map can't use the fn_extra field of the provided fcinfo
Дата
Msg-id 20050324215039.1EE6453732@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
array_map can't use the fn_extra field of the provided fcinfo struct as
its private storage, because that belongs to the function that it is
supposed to call.  Per report from Ezequiel Tolnay.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        arrayfuncs.c (r1.116 -> r1.117)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c.diff?r1=1.116&r2=1.117)
    pgsql/src/include/utils:
        array.h (r1.52 -> r1.53)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/array.h.diff?r1=1.52&r2=1.53)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Force PG client applications to link to non-shared libpgport
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: array_map can't use the fn_extra field of the provided fcinfo