mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix some typos
Author: Dagfinn Ilmari Mannsåker Reviewed-by: Shubham Khanna Discussion: https://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@@ -695,7 +695,7 @@ get_dtype(enum ECPGdtype type)
|
||||
switch (type)
|
||||
{
|
||||
case ECPGd_count:
|
||||
return "ECPGd_countr";
|
||||
return "ECPGd_count";
|
||||
break;
|
||||
case ECPGd_data:
|
||||
return "ECPGd_data";
|
||||
|
Reference in New Issue
Block a user