mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +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)
|
switch (type)
|
||||||
{
|
{
|
||||||
case PG_TYPE_CHAR:
|
case PG_TYPE_BPCHAR:
|
||||||
case PG_TYPE_VARCHAR:
|
case PG_TYPE_VARCHAR:
|
||||||
return "max. length";
|
return "max. length";
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user