SearchSysCache

Поиск
Список
Период
Сортировка
От uwcssa
Тема SearchSysCache
Дата
Msg-id f2f562510701021331j4417bcbtc6ddbd36d08c8394@mail.gmail.com
обсуждение исходный текст
Ответы Re: SearchSysCache  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
My program (indirectly) calls the following function twice,

tuple = SearchSysCache(STATRELATT, ObjectIdGetDatum(relid),

Int16GetDatum(colnum),  0, 0);

The first time it assigns NULL to tuple, while the second time it
assigns a valid pointer. Why is it like that?  BTW, my program only
optimize query plan without executing it.

Thanks.


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

Предыдущее
От: David Boreham
Дата:
Сообщение: Re: TODO: GNU TLS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SearchSysCache