diff options
| author | David Rowley | 2023-04-18 01:23:23 +0000 |
|---|---|---|
| committer | David Rowley | 2023-04-18 01:23:23 +0000 |
| commit | b4dbf3e924b2556acbe103dc61ac71f9985ff24f (patch) | |
| tree | 179232a4dbf525790273dfbdd3a4f58e30225d56 /src/include/access | |
| parent | e39d512f3e9b1e34ffba77c8fe120c2675f6873b (diff) | |
Fix various typos
This fixes many spelling mistakes in comments, but a few references to
invalid parameter names, function names and option names too in comments
and also some in string constants
Also, fix an #undef that was undefining the incorrect definition
Author: Alexander Lakhin
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/rmgrdesc_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/rmgrdesc_utils.h b/src/include/access/rmgrdesc_utils.h index e09b1126740..bd414699f21 100644 --- a/src/include/access/rmgrdesc_utils.h +++ b/src/include/access/rmgrdesc_utils.h @@ -63,4 +63,4 @@ extern void offset_elem_desc(StringInfo buf, void *offset, void *data); extern void redirect_elem_desc(StringInfo buf, void *offset, void *data); extern void oid_elem_desc(StringInfo buf, void *relid, void *data); -#endif /* RMGRDESC_UTILS_H */ +#endif /* RMGRDESC_UTILS_H_ */ |
