forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7ceb41
committed
Correct ObjectProperty entry for transforms
There was some confusion in the ObjectProperty entry for transforms.Some fields had values that were apparently meant for a differentfield. Also, some fields were not assigned, which is okay for mostfields, but not for all. In particular, for .oid_catcache_id,.name_catcache_id, and .objtype, zero is a valid value, so we need touse -1 if not applicable. It has apparently been like that from thevery beginning (commitcac7658). The faulty values were notactually reachable, so it's not a big problem in practice, but weshould make it correct.Discussion:https://www.postgresql.org/message-id/flat/75ae5875-3abc-dafc-8aec-73247ed41cde@eisentraut.org1 parentf94dec7 commitd7ceb41
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
465 | 469 |
| |
466 |
| - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
467 | 473 |
| |
468 | 474 |
| |
469 | 475 |
| |
|
0 commit comments
Comments
(0)