diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/jit/SectionMemoryManager.h | 2 | ||||
-rw-r--r-- | src/include/nodes/plannodes.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/jit/SectionMemoryManager.h b/src/include/jit/SectionMemoryManager.h index 69e4d66e5ee..6bed991bd2b 100644 --- a/src/include/jit/SectionMemoryManager.h +++ b/src/include/jit/SectionMemoryManager.h @@ -182,7 +182,7 @@ private: // The actual block of free memory sys::MemoryBlock Free; // If there is a pending allocation from the same reservation right before - // this block, store it's index in PendingMem, to be able to update the + // this block, store its index in PendingMem, to be able to update the // pending region if part of this block is allocated, rather than having to // create a new one unsigned PendingPrefixIndex; diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 9e19cdd284d..6ef5d0b3759 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -1148,7 +1148,7 @@ typedef struct Gather bool single_copy; /* don't execute plan more than once */ bool invisible; /* suppress EXPLAIN display (for testing)? */ Bitmapset *initParam; /* param id's of initplans which are referred - * at gather or one of it's child node */ + * at gather or one of its child nodes */ } Gather; /* ------------ @@ -1184,7 +1184,7 @@ typedef struct GatherMerge /* * param id's of initplans which are referred at gather merge or one of - * it's child node + * its child nodes */ Bitmapset *initParam; } GatherMerge; |