Re: Beginner hacker item: Fix to_reg*() input type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Beginner hacker item: Fix to_reg*() input type
Дата
Msg-id 4946.1452017043@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Beginner hacker item: Fix to_reg*() input type  (Petr Korobeinikov <pkorobeinikov@gmail.com>)
Ответы Re: Beginner hacker item: Fix to_reg*() input type  (Petr Korobeinikov <pkorobeinikov@gmail.com>)
Список pgsql-hackers
Petr Korobeinikov <pkorobeinikov@gmail.com> writes:
>> - Modify the functions in regproc.c. Take a look at how other text input
>> functions work to see what needs to happen here (you'll want to use
>> text_to_cstring() as part of that.)
>> 
>> - Modify the appropriate entries in src/include/catalog/pg_proc.h

> Let me try.
> `make check` says "All 160 tests passed.".

Pushed, thanks!

(I did make some small adjustments --- in this usage, PG_GETARG_TEXT_PP
is good enough and likely a bit more efficient than PG_GETARG_TEXT_P.)
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: bootstrap pg_shseclabel in relcache initialization
Следующее
От: Tom Lane
Дата:
Сообщение: pg_conversion seems rather strangely defined