pgsql: Remove wrongly backpatched piece of code in cube.c

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Remove wrongly backpatched piece of code in cube.c
Дата
Msg-id E1f5rw4-0005GM-Uk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove wrongly backpatched piece of code in cube.c

Due to sloppy division of changes between f50c80dbb (which was not
back-patched) and 563a053bd, this piece of code was wrongly backpatched to
REL_10_STABLE and REL9_6_STABLE.  This code never causes real error because
its condition is never satisfied, but it's a dead code, which needs to be
removed.

Alexander Korotkov per gripe from Tom Lane

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5b0fa06f65e959f73c145c8104cb3fa8505fca73

Modified Files
--------------
contrib/cube/cube.c | 5 -----
1 file changed, 5 deletions(-)


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Remove wrongly backpatched piece of code in cube.c
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Fix behavior of ~> (cube, int) operator