Re: Don't pass NULL pointer to strcmp().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Don't pass NULL pointer to strcmp().
Дата
Msg-id 2891605.1698884660@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Don't pass NULL pointer to strcmp().  (Xing Guo <higuoxing@gmail.com>)
Ответы Re: Don't pass NULL pointer to strcmp().
Список pgsql-hackers
Xing Guo <higuoxing@gmail.com> writes:
> There're extensions that set their boot_val to NULL. E.g., postgres_fdw

Hmm ... if we're doing it ourselves, I suppose we've got to consider
it supported :-(.  But I'm still wondering how many seldom-used
code paths didn't get the message.  An example here is that this
could lead to GetConfigOptionResetString returning NULL, which
I think is outside its admittedly-vague API spec.

            regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: document deviation from standard on REVOKE ROLE
Следующее
От: "Zhijie Hou (Fujitsu)"
Дата:
Сообщение: RE: Synchronizing slots from primary to standby