1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Fix assorted typos

Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Magnus Hagander
2020-03-31 16:00:06 +02:00
parent de3bbfcc96
commit 087d3d0583
7 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ typedef struct AttrMap
extern AttrMap *make_attrmap(int maplen);
extern void free_attrmap(AttrMap *map);
/* Convertion routines to build mappings */
/* Conversion routines to build mappings */
extern AttrMap *build_attrmap_by_name(TupleDesc indesc,
TupleDesc outdesc);
extern AttrMap *build_attrmap_by_name_if_req(TupleDesc indesc,