mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Remove unused InhPaths
Allegedly, the last remaining usages of that struct were removed by
0e99be1c
.
Author: Peter Geoghegan
This commit is contained in:
@@ -18,18 +18,6 @@
|
||||
#include "parser/parse_node.h"
|
||||
|
||||
|
||||
/*
|
||||
* This structure is used to explore the inheritance hierarchy above
|
||||
* nodes in the type tree in order to disambiguate among polymorphic
|
||||
* functions.
|
||||
*/
|
||||
typedef struct _InhPaths
|
||||
{
|
||||
int nsupers; /* number of superclasses */
|
||||
Oid self; /* this class */
|
||||
Oid *supervec; /* vector of superclasses */
|
||||
} InhPaths;
|
||||
|
||||
/* Result codes for func_get_detail */
|
||||
typedef enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user