forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13b345d
committed
Remove AggregateRelationId from recordExtObjInitPriv()
This was erroneous, because AggregateRelationId has no OID, so itcannot be part of an extension directly. (Aggregates are registeredvia pg_proc.) No harm in practice, but better to make it correct.Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/504bc485-6bd6-dd1b-fe10-e7351aeb310d@enterprisedb.com1 parent15eb122 commit13b345d
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4510 | 4510 |
| |
4511 | 4511 |
| |
4512 | 4512 |
| |
4513 |
| - | |
4514 | 4513 |
| |
4515 | 4514 |
| |
4516 | 4515 |
| |
|
0 commit comments
Comments
(0)