- Notifications
You must be signed in to change notification settings - Fork5
Commitec3357a
committed
pg_lsn should not be marked typispreferred.
In general it's not a good idea for built-in types in the 'U' categoryto be marked preferred; they could draw behavior away from user-definedtypes with similarly-named operators. pg_lsn is probably at low riskof that right now given the lack of casts between it and other types,but that doesn't make this marking OK.Ordinarily we'd bump catversion when changing any predefined catalogcontents like this, but since we're past beta1, the costs of a forcedinitdb seem to outweigh the benefits of guaranteed behavioral consistency.There's not any known behavioral impact today anyway --- this is morein the nature of being sure there's not problems in future.Per an off-list complaint from Thomas Fanghaenel.1 parent8600031 commitec3357a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
581 |
| - | |
| 581 | + | |
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
|
0 commit comments
Comments
(0)