[PATCH] Changing second argument to type input function

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема [PATCH] Changing second argument to type input function
Дата
Msg-id 20050812214110.GH4305@svana.org
обсуждение исходный текст
Список pgsql-patches
As detailed in the email to pgsql-hackers, this patch alters the second
argument of the type input functions so that for base types it passes
the oid, just as for composite types. For all cases where the oid is
currently non-zero (composite and array types) it remains unchanged.

http://archives.postgresql.org/pgsql-hackers/2005-08/msg00331.php

This basically came about because currently there is no easy way for an
input function to determine what type it's supposed to return.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PL/Perl list value return causes segfault
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 eventlog level fix