mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Fix a bug reported by Zhou Han.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user