]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Re-pgindent nodeModifyTable.c after commit 993a7aa0e4.
authorNathan Bossart <nathan@postgresql.org>
Thu, 4 Jun 2026 15:15:37 +0000 (10:15 -0500)
committerNathan Bossart <nathan@postgresql.org>
Thu, 4 Jun 2026 15:15:37 +0000 (10:15 -0500)
src/backend/executor/nodeModifyTable.c

index b796f6e08018198f74e973af132292f0b8be0780..0344fc76371afecb91f158cdc65d8673487f9456 100644 (file)
@@ -1605,8 +1605,8 @@ ExecForPortionOfLeftovers(ModifyTableContext *context,
                {
                        /*
                         * Re-copy the original row into leftoverSlot because ExecInsert
-                        * might pass leftoverSlot to BEFORE ROW INSERT triggers, which can
-                        * modify the slot contents.
+                        * might pass leftoverSlot to BEFORE ROW INSERT triggers, which
+                        * can modify the slot contents.
                         */
                        if (map != NULL)
                                execute_attr_map_slot(map->attrMap, oldtupleSlot, leftoverSlot);