forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit27ba260
committed
Change oddly-chosen OID allocation.
I noticed while fooling with John Naylor's bootstrap-data patch that we hadone high-numbered manually assigned OID, 8888, which evidently came from asubmission that the committer didn't bother to bring into line with usualOID allocation practices before committing. That's a bad idea, because itcreates a hazard for other patches that may be temporarily using high OIDnumbers. Change it to something more in line with what we usually do.This evidently dates to commitabb1733. It's too late to change itin released branches, but we can fix it in HEAD.1 parent4731d84 commit27ba260
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2427 | 2427 |
| |
2428 | 2428 |
| |
2429 | 2429 |
| |
2430 |
| - | |
| 2430 | + | |
2431 | 2431 |
| |
2432 | 2432 |
| |
2433 | 2433 |
| |
|
0 commit comments
Comments
(0)