get_rel_* functions in lsyscache.c

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема get_rel_* functions in lsyscache.c
Дата
Msg-id c2d9e70e0506242235391b54db@mail.gmail.com
обсуждение исходный текст
Ответы Re: get_rel_* functions in lsyscache.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi, i have a doubt...

it seems to me that the get_rel_* functions in lsyscache do the same as doing
heap_open();
Calling the appropiate macro Relation*
heap_close();

is there any difference between them? in wich situation is one better
than the other?

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #1467: fe_connect doesn't handle EINTR right
Следующее
От: Jaime Casanova
Дата:
Сообщение: #ifdef NOT_USED