Re: NULL passed as an argument to memcmp() in parse_func.c

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: NULL passed as an argument to memcmp() in parse_func.c
Дата
Msg-id 20150701180059.GF30708@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: NULL passed as an argument to memcmp() in parse_func.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: NULL passed as an argument to memcmp() in parse_func.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2015-07-01 10:51:49 -0400, Tom Lane wrote:
> The problem is that there are multiple risks to manage here.  If I were to
> back-patch that patch, it would actively break any third-party extensions
> that might be using the formerly-considered-valid technique of passing a
> NULL array pointer to these lookup functions.  We don't like breaking
> things in minor releases; that discourages people from updating to new
> minor releases.

Yep, let's just fix it in master (and potentially 9.5, I don't care).

Regards,

Andres



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Refactoring speculative insertion with unique indexes a little
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Raising our compiler requirements for 9.6