Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 473763e

Browse files
committed
Update comment.
1 parent 19e68b5 commit 473763e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/backend/executor/execMain.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
*
2929
* IDENTIFICATION
30-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.133 2000/12/05 22:03:57 tgl Exp $
30+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.134 2001/01/01 21:22:54 tgl Exp $
3131
*
3232
*-------------------------------------------------------------------------
3333
*/
@@ -762,7 +762,10 @@ InitPlan(CmdType operation, Query *parseTree, Plan *plan, EState *estate)
762762
CommandCounterIncrement();
763763

764764
/*
765-
* Eventually create a TOAST table for the into relation
765+
* If necessary, create a TOAST table for the into relation.
766+
* Note that AlterTableCreateToastTable ends with
767+
* CommandCounterIncrement(), so that the TOAST table will
768+
* be visible for insertion.
766769
*/
767770
AlterTableCreateToastTable(intoName, true);
768771

0 commit comments

Comments
 (0)