File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ static const ObjectPropertyType ObjectProperty[] =
132
132
InvalidAttrNumber ,
133
133
InvalidAttrNumber ,
134
134
InvalidAttrNumber ,
135
- -1 ,
135
+ OBJECT_ACCESS_METHOD ,
136
136
true
137
137
},
138
138
{
@@ -174,7 +174,7 @@ static const ObjectPropertyType ObjectProperty[] =
174
174
InvalidAttrNumber ,
175
175
InvalidAttrNumber ,
176
176
InvalidAttrNumber ,
177
- -1 ,
177
+ OBJECT_CAST ,
178
178
false
179
179
},
180
180
{
@@ -384,7 +384,7 @@ static const ObjectPropertyType ObjectProperty[] =
384
384
InvalidAttrNumber ,
385
385
InvalidAttrNumber ,
386
386
InvalidAttrNumber ,
387
- -1 ,
387
+ OBJECT_ROLE ,
388
388
true
389
389
},
390
390
{
@@ -412,7 +412,7 @@ static const ObjectPropertyType ObjectProperty[] =
412
412
InvalidAttrNumber ,
413
413
InvalidAttrNumber ,
414
414
InvalidAttrNumber ,
415
- -1 ,
415
+ OBJECT_RULE ,
416
416
false
417
417
},
418
418
{
@@ -468,7 +468,7 @@ static const ObjectPropertyType ObjectProperty[] =
468
468
InvalidAttrNumber ,
469
469
InvalidAttrNumber ,
470
470
InvalidAttrNumber ,
471
- -1 ,
471
+ OBJECT_TRANSFORM ,
472
472
false
473
473
},
474
474
{
@@ -482,7 +482,7 @@ static const ObjectPropertyType ObjectProperty[] =
482
482
InvalidAttrNumber ,
483
483
InvalidAttrNumber ,
484
484
InvalidAttrNumber ,
485
- -1 ,
485
+ OBJECT_TRIGGER ,
486
486
false
487
487
},
488
488
{
@@ -496,7 +496,7 @@ static const ObjectPropertyType ObjectProperty[] =
496
496
InvalidAttrNumber ,
497
497
InvalidAttrNumber ,
498
498
InvalidAttrNumber ,
499
- -1 ,
499
+ OBJECT_POLICY ,
500
500
false
501
501
},
502
502
{
@@ -552,7 +552,7 @@ static const ObjectPropertyType ObjectProperty[] =
552
552
Anum_pg_ts_parser_prsnamespace ,
553
553
InvalidAttrNumber ,
554
554
InvalidAttrNumber ,
555
- -1 ,
555
+ OBJECT_TSPARSER ,
556
556
true
557
557
},
558
558
{
@@ -566,7 +566,7 @@ static const ObjectPropertyType ObjectProperty[] =
566
566
Anum_pg_ts_template_tmplnamespace ,
567
567
InvalidAttrNumber ,
568
568
InvalidAttrNumber ,
569
- -1 ,
569
+ OBJECT_TSTEMPLATE ,
570
570
true,
571
571
},
572
572
{
You can’t perform that action at this time.
0 commit comments