File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2411,7 +2411,7 @@ ReleaseBulkInsertStatePin(BulkInsertState bistate)
24112411 * This causes rows to be frozen, which is an MVCC violation and
24122412 * requires explicit options chosen by user.
24132413 *
2414- * HEAP_INSERT_IS_SPECULATIVE is used on so-called "speculative insertions",
2414+ * HEAP_INSERT_SPECULATIVE is used on so-called "speculative insertions",
24152415 * which can be backed out afterwards without aborting the whole transaction.
24162416 * Other sessions can wait for the speculative insertion to be confirmed,
24172417 * turning it into a regular tuple, or aborted, as if it never existed.
@@ -2420,8 +2420,8 @@ ReleaseBulkInsertStatePin(BulkInsertState bistate)
24202420 *
24212421 * Note that most of these options will be applied when inserting into the
24222422 * heap's TOAST table, too, if the tuple requires any out-of-line data. Only
2423- * HEAP_INSERT_IS_SPECULATIVE is explicitly ignored, as the toast data does
2424- * not partake in speculative insertion.
2423+ * HEAP_INSERT_SPECULATIVE is explicitly ignored, as the toast data does not
2424+ * partake in speculative insertion.
24252425 *
24262426 * The BulkInsertState object (if any; bistate can be NULL for default
24272427 * behavior) is also just passed through to RelationGetBufferForTuple.
You can’t perform that action at this time.
0 commit comments