Skip to content

Commit 6359e4b

Browse files
author
Etsuro Fujita
committed
Fix thinko in comment.
This comment has been wrong since its introduction in commit 0d5f05c; backpatch to v12 where that came in. Discussion: https://postgr.es/m/CAPmGK14VGf-xQjGQN4o1QyAbXAaxugU5%3DqfcmTDh1iufUDnV_w%40mail.gmail.com
1 parent e274436 commit 6359e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/copy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,8 +2918,8 @@ CopyFrom(CopyState cstate)
29182918
* For partitioned tables we can't support multi-inserts when there
29192919
* are any statement level insert triggers. It might be possible to
29202920
* allow partitioned tables with such triggers in the future, but for
2921-
* now, CopyMultiInsertInfoFlush expects that any before row insert
2922-
* and statement level insert triggers are on the same relation.
2921+
* now, CopyMultiInsertInfoFlush expects that any after row insert and
2922+
* statement level insert triggers are on the same relation.
29232923
*/
29242924
insertMethod = CIM_SINGLE;
29252925
}

0 commit comments

Comments
 (0)