mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Fill in more of ObjectProperty
Fill in .objtype field where an appropriate value exists. These cases are currently not used (see also comments at get_object_type()), but we might as well fill in what's possible in case additional uses arise. Discussion: https://www.postgresql.org/message-id/flat/75ae5875-3abc-dafc-8aec-73247ed41cde@eisentraut.org
This commit is contained in:
parent
57891c256c
commit
0c60e8ba80
@ -132,7 +132,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_ACCESS_METHOD,
|
||||
true
|
||||
},
|
||||
{
|
||||
@ -174,7 +174,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_CAST,
|
||||
false
|
||||
},
|
||||
{
|
||||
@ -384,7 +384,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_ROLE,
|
||||
true
|
||||
},
|
||||
{
|
||||
@ -412,7 +412,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_RULE,
|
||||
false
|
||||
},
|
||||
{
|
||||
@ -468,7 +468,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_TRANSFORM,
|
||||
false
|
||||
},
|
||||
{
|
||||
@ -482,7 +482,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_TRIGGER,
|
||||
false
|
||||
},
|
||||
{
|
||||
@ -496,7 +496,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_POLICY,
|
||||
false
|
||||
},
|
||||
{
|
||||
@ -552,7 +552,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
Anum_pg_ts_parser_prsnamespace,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_TSPARSER,
|
||||
true
|
||||
},
|
||||
{
|
||||
@ -566,7 +566,7 @@ static const ObjectPropertyType ObjectProperty[] =
|
||||
Anum_pg_ts_template_tmplnamespace,
|
||||
InvalidAttrNumber,
|
||||
InvalidAttrNumber,
|
||||
-1,
|
||||
OBJECT_TSTEMPLATE,
|
||||
true,
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user