diff options
| author | David Rowley | 2025-01-01 23:42:01 +0000 |
|---|---|---|
| committer | David Rowley | 2025-01-01 23:42:01 +0000 |
| commit | 11012c503759f8018d8831bc6eb1f998eba7ad25 (patch) | |
| tree | 4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/include | |
| parent | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff) | |
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/catalog/reformat_dat_file.pl | 2 | ||||
| -rw-r--r-- | src/include/commands/copyfrom_internal.h | 2 | ||||
| -rw-r--r-- | src/include/jit/SectionMemoryManager.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/catalog/reformat_dat_file.pl b/src/include/catalog/reformat_dat_file.pl index 45005fd7933..0e2e5a278de 100755 --- a/src/include/catalog/reformat_dat_file.pl +++ b/src/include/catalog/reformat_dat_file.pl @@ -84,7 +84,7 @@ foreach my $datfile (@ARGV) # if you need to. In the following example, the "next if !ref $row" # check below is a hack to filter out non-hash objects. This is because # we build the lookup tables from data that we read using the -# "preserve_formatting" parameter. +# "preserve_comments" parameter. # ##Index access method lookup. #my %amnames; 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 */ diff --git a/src/include/jit/SectionMemoryManager.h b/src/include/jit/SectionMemoryManager.h index 93cf9771570..69e4d66e5ee 100644 --- a/src/include/jit/SectionMemoryManager.h +++ b/src/include/jit/SectionMemoryManager.h @@ -153,7 +153,7 @@ public: /// a default alignment of 16 will be used. uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, - bool isReadOnly) override; + bool IsReadOnly) override; /// Update section-specific memory permissions and other attributes. /// |
