Commit 8831c35a authored by Hiroshi Inoue's avatar Hiroshi Inoue

Fix a bug reported by Zhou Han.

parent 37e37daa
......@@ -1320,7 +1320,7 @@ pgtype_create_params(StatementClass *stmt, Int4 type)
{
switch (type)
{
case PG_TYPE_CHAR:
case PG_TYPE_BPCHAR:
case PG_TYPE_VARCHAR:
return "max. length";
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment