* Smarter patching of bind processors for JSON/JSONB column types:
* Skip bind processing completely for bare JSON/JSONB types
* Only run custom bind processing for decorated JSON/JSONB types
* Fall back to deserializing for all other JSON/JSONB types
This avoids the unnecessary overhead of JSON dump/load when possible.