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

Commit8c73c11

Browse files
committed
Mark Scan as an abstract node type, too.
On further review, this one is never instantiated either.
1 parentb4f79d2 commit8c73c11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/include/nodes/plannodes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,14 @@ typedef struct BitmapOr
371371
/*
372372
* ==========
373373
* Scan nodes
374+
*
375+
* Scan is an abstract type that all relation scan plan types inherit from.
374376
* ==========
375377
*/
376378
typedefstructScan
377379
{
380+
pg_node_attr(abstract)
381+
378382
Planplan;
379383
Indexscanrelid;/* relid is index into the range table */
380384
}Scan;

‎src/test/modules/test_oat_hooks/test_oat_hooks.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,6 @@ nodetag_to_string(NodeTag tag)
492492
caseT_BitmapOr:
493493
return"BitmapOr";
494494
break;
495-
caseT_Scan:
496-
return"Scan";
497-
break;
498495
caseT_SeqScan:
499496
return"SeqScan";
500497
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp