Обсуждение: commit 5c45d2f need to be back-patch on branch 9.2 & before

Поиск
Список
Период
Сортировка

commit 5c45d2f need to be back-patch on branch 9.2 & before

От
amul sul
Дата:
Hi,


Uninitialized variable 'dtype' warning in date_in() is fix[1] on branch 9.3 & above, but not for 9.2 & older branches.
Iguess this should be back-patch. 
 
[1] commit link=> http://git.postgresql.org/pg/commitdiff/5c45d2f87835ccd3ffac338845ec79cab1b31a11


Regards,
Amul Sul



Re: commit 5c45d2f need to be back-patch on branch 9.2 & before

От
Andres Freund
Дата:
Hi,

On 2015-12-29 11:22:52 +0000, amul sul wrote:
> Uninitialized variable 'dtype' warning in date_in() is fix[1] on branch 9.3 & above, but not for 9.2 & older
branches.I guess this should be back-patch. 
 
> [1] commit link=> http://git.postgresql.org/pg/commitdiff/5c45d2f87835ccd3ffac338845ec79cab1b31a11

We don't routinely backpatch warnings. Often enough the benefit is not
worth the risk. In this case I'd possibly gone the other way, but given
it's a low frequency warning in old branches I'm not inclined to do so
today.

Andres