diff options
Diffstat (limited to 'src/backend/access/common/heaptuple.c')
-rw-r--r-- | src/backend/access/common/heaptuple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/common/heaptuple.c b/src/backend/access/common/heaptuple.c index 783b04a3cb9..a48a6cd757f 100644 --- a/src/backend/access/common/heaptuple.c +++ b/src/backend/access/common/heaptuple.c @@ -787,8 +787,8 @@ expand_tuple(HeapTuple *targetHeapTuple, } /* - * Now walk the missing attributes. If there is a missing value - * make space for it. Otherwise, it's going to be NULL. + * Now walk the missing attributes. If there is a missing value make + * space for it. Otherwise, it's going to be NULL. */ for (attnum = firstmissingnum; attnum < natts; |