mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix a bug reported by Zhou Han.
This commit is contained in:
parent
37e37daa03
commit
8831c35a19
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user