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

Commitdf5dcf4

Browse files
committed
Remove inappropriate raw_expression_tree_walker() code
It was walking into the ColumnDef->compression field, which is not anode but a string. This code is currently not reachable (because thecompression field is only set in situations that don't go throughraw_expression_tree_walker()), but if it had been, this could havebehaved erratically.
1 parente886124 commitdf5dcf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/backend/nodes/nodeFuncs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4011,8 +4011,6 @@ raw_expression_tree_walker(Node *node,
40114011

40124012
if (walker(coldef->typeName,context))
40134013
return true;
4014-
if (walker(coldef->compression,context))
4015-
return true;
40164014
if (walker(coldef->raw_default,context))
40174015
return true;
40184016
if (walker(coldef->collClause,context))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp