diff options
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. /// |