summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorDavid Rowley2025-01-01 23:42:01 +0000
committerDavid Rowley2025-01-01 23:42:01 +0000
commit11012c503759f8018d8831bc6eb1f998eba7ad25 (patch)
tree4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/include/commands
parent50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff)
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/copyfrom_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/copyfrom_internal.h b/src/include/commands/copyfrom_internal.h
index 81ab8448d79..1d8ac8f62e6 100644
--- a/src/include/commands/copyfrom_internal.h
+++ b/src/include/commands/copyfrom_internal.h
@@ -95,7 +95,7 @@ typedef struct CopyFromStateData
* default value */
FmgrInfo *in_functions; /* array of input functions for each attrs */
Oid *typioparams; /* array of element types for in_functions */
- ErrorSaveContext *escontext; /* soft error trapper during in_functions
+ ErrorSaveContext *escontext; /* soft error trapped during in_functions
* execution */
uint64 num_errors; /* total number of rows which contained soft
* errors */