]> granicus.if.org Git - postgresql/commit
Remove wrongly backpatched piece of code in cube.c
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 10 Apr 2018 11:59:27 +0000 (14:59 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 10 Apr 2018 11:59:27 +0000 (14:59 +0300)
commit5b0fa06f65e959f73c145c8104cb3fa8505fca73
tree16c1adc2d1bd39fa655ab292c13d783f71e3e47f
parent3d465826f2aa86fc42b0930a6e4942585ed4ed43
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
contrib/cube/cube.c