Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit473763e

Browse files
committed
Update comment.
1 parent19e68b5 commit473763e

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/0522: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)

[8]ページ先頭

©2009-2025 Movatter.jp