pgsql: Remove unnecessary check for jbvBinary in convertJsonbValue. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Remove unnecessary check for jbvBinary in convertJsonbValue.
Date
Msg-id E1WxPLP-0007bG-Pv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/960661980beb50c5d21e4b2855ae109e9a130326

Modified Files
--------------
src/backend/utils/adt/jsonb_util.c |    9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix weird spacing in error message.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Remove unnecessary check for jbvBinary in convertJsonbValue.