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

Commited3f691

Browse files
committed
EXPLAIN didn't know about 'Materialize' plan nodes.
1 parent91f82de commited3f691

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/backend/commands/explain.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (c) 1994-5, Regents of the University of California
66
*
7-
* $Id: explain.c,v 1.44 1999/08/09 06:20:21 momjian Exp $
7+
* $Id: explain.c,v 1.45 1999/08/16 23:47:23 tgl Exp $
88
*
99
*/
1010

@@ -176,6 +176,9 @@ explain_outNode(StringInfo str, Plan *plan, int indent, ExplainState *es)
176176
caseT_Noname:
177177
pname="Noname Scan";
178178
break;
179+
caseT_Material:
180+
pname="Materialize";
181+
break;
179182
caseT_Sort:
180183
pname="Sort";
181184
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp