![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Cancelling a CLUSTER is causing the OID counter to jump forwards. In the test below, it goes from 108 million to 4286 million (close to 2^32). |
#3
| |||
| |||
|
|
Cancelling a CLUSTER is causing the OID counter to jump forwards. In the test below, it goes from 108 million to 4286 million (close to 2^32). We recently wrapped the OID counter. |
#4
| |||
| |||
|
|
On 8/8/05, Tom Lane <tgl (AT) sss (DOT) pgh.pa.us> wrote: It looks to me like this could possibly happen due to CheckMaxObjectId() being applied to each OID found in the existing table. CheckMaxObjectId was always a kluge, and I'm not sure that it still has any redeeming social value at all. Can anyone think of a good reason to keep it? From looking in the code, I am pretty sure CheckMaxObjectId is the culprit. It sets the nextOID to the oid in the row if the assigned_oid is greater than the nextOID. |
#5
| |||
| |||
|
|
=20 Uh, does the same thing happen if you *don't* cancel it? =20 |
|
It looks to me like this could possibly happen due to CheckMaxObjectId() being applied to each OID found in the existing table. =20 CheckMaxObjectId was always a kluge, and I'm not sure that it still has any redeeming social value at all. Can anyone think of a good reason to keep it? =20 |
![]() |
| Thread Tools | |
| Display Modes | |
| |