"Gerhard Leykam" <gel123(at)sealsystems(dot)de> writes:
> On HP-UX using aCC this gives startup errors as:
> 2008-09-04 07:13:41 GMT LOG: ordering error in deltatktbl table: "#mil"
>> = "{llennia"
> 2008-09-04 07:13:41 GMT LOG: ordering error in deltatktbl table:
> "{millenniu" >= "p{millisec"
Since no one else is reporting this, a reasonable conclusion is that
you have a broken compiler.
Note that there are not in fact any strings longer than 10 bytes
in the table --- there are some that would be 11 if they included
a null terminator, but we don't require that.
regards, tom lane