Re: updated win32 patch

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: updated win32 patch
Дата
Msg-id 3E3ED3FC.258071A2@Yahoo.com
обсуждение исходный текст
Ответ на updated win32 patch  (Neil Conway <neilc@samurai.com>)
Ответы Re: updated win32 patch
Список pgsql-patches
Neil Conway wrote:
 and AFAICS the following function that the patch
> adds isn't related to Win32 at all:
>
> + /* For unknown parameter type during parse */
> + void set_param_type(int t, Oid typid)
> + {
> +       if ((t > pfunc_num_args) || (t <= 0))
> +               return;
> +       param_type_info[t - 1] = typid;
> + }

Good catch ...

That one is part of something that enables SPI preparation of plans with
parameters of unknown datatype. The caller of SPI_prepare then will find
the datatypes choosen by the parser/planner in the array passed in. Need
to make that a separate one ...


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

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

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Re: documentation improvements
Следующее
От: John Cochran
Дата:
Сообщение: timestamp patch to extend legal range of dates.