# Empty VARBIT param.
send
Parse {"Query": "SELECT $1::VARBIT"}
Bind {"ParameterFormatCodes": [1], "Parameters": [{"text":""}]}
Sync
----

until
ErrorResponse
ReadyForQuery
----
{"Type":"ParseComplete"}
{"Type":"ErrorResponse","Code":"08P01"}
{"Type":"ReadyForQuery","TxStatus":"I"}

# bitlen = 0x52 = 82 (4 bytes), with 17 0-bytes following.
send
Bind {"ParameterFormatCodes": [1], "Parameters": [{"binary":"000000520000000000000000000000000000000000"}]}
Sync
----

until
ErrorResponse
ReadyForQuery
----
{"Type":"ErrorResponse","Code":"22P03"}
{"Type":"ReadyForQuery","TxStatus":"I"}
