1
0
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:
Michael Paquier
2024-01-03 14:22:54 +09:00
parent 4b66d7b4e0
commit 359a3c586d
3 changed files with 3 additions and 3 deletions

View File

@@ -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";