]> 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:58:46 +0000 (14:58 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 10 Apr 2018 11:58:46 +0000 (14:58 +0300)
commit29ab1567e7ea4dccac75b60db3840db6f8859e40
tree3a35a531796b378636f6011a92b89d7289b832ef
parent2ecd5fba9b4562a71c92eddff52b20a1b4b3af32
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