diff options
Diffstat (limited to 'src/include/parser/parse_func.h')
-rw-r--r-- | src/include/parser/parse_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index a2011be52f7..2fe6f90a2eb 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -28,7 +28,7 @@ typedef struct _InhPaths int nsupers; /* number of superclasses */ Oid self; /* this class */ Oid *supervec; /* vector of superclasses */ -} InhPaths; +} InhPaths; /* Result codes for func_get_detail */ typedef enum |