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

Commite4d1e26

Browse files
committed
Remove unused InhPaths
Allegedly, the last remaining usages of that struct were removed by0e99be1.Author: Peter Geoghegan
1 parentf9ef578 commite4d1e26

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎src/include/parser/parse_func.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@
1818
#include"parser/parse_node.h"
1919

2020

21-
/*
22-
*This structure is used to explore the inheritance hierarchy above
23-
*nodes in the type tree in order to disambiguate among polymorphic
24-
*functions.
25-
*/
26-
typedefstruct_InhPaths
27-
{
28-
intnsupers;/* number of superclasses */
29-
Oidself;/* this class */
30-
Oid*supervec;/* vector of superclasses */
31-
}InhPaths;
32-
3321
/* Result codes for func_get_detail */
3422
typedefenum
3523
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp