Remove unnecessary check for jbvBinary in convertJsonbValue.

Andrew Dunstan <andrew@dunslane.net>

Commit: a6896e00058c55692347f898a9bc2a2974520df8
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2014-06-18T23:32:08Z
Releases: 9.4.0
Remove unnecessary check for jbvBinary in convertJsonbValue.

The check was confusing and is a condition that should never in fact
happen.

Per gripe from Dmitry Dolgov.

Files

PathChange+/−
src/backend/utils/adt/jsonb_util.c modified +8 −1