Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix comment from commit 22655aa231.
authorThomas Munro <tmunro@postgresql.org>
Mon, 16 Oct 2023 00:23:51 +0000 (13:23 +1300)
committerThomas Munro <tmunro@postgresql.org>
Mon, 16 Oct 2023 00:32:41 +0000 (13:32 +1300)
Per automated complaint from BF animal koel this needed to be
re-indented, but there was also a typo.  Back-patch to 16.

src/backend/access/heap/heapam.c

index 3c0895518fa56ab4723bcbc6a8eb521575832763..14de8158d4948186733f9aa5ba9a84423e2c4886 100644 (file)
@@ -1794,10 +1794,10 @@ ReleaseBulkInsertStatePin(BulkInsertState bistate)
    bistate->current_buf = InvalidBuffer;
 
    /*
-    * Despite the name, we also reset bulk relation extension
-    * state. Otherwise we can end up erroring out due to looking for free
-    * space in ->next_free of one partition, even though ->next_free was set
-    * when extending another partition. It's obviously also could be bad for
+    * Despite the name, we also reset bulk relation extension state.
+    * Otherwise we can end up erroring out due to looking for free space in
+    * ->next_free of one partition, even though ->next_free was set when
+    * extending another partition. It could obviously also be bad for
     * efficiency to look at existing blocks at offsets from another
     * partition, even if we don't error out.
     */