| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Gerhard Leykam" <gel123(at)sealsystems(dot)de> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #4355: TOKMAXLEN=10 to short for token strings |
| Date: | 2008-08-14 14:46:52 |
| Message-ID: | 7366.1218725212@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-08-14 19:46:53 | Re: BUG #4350: 'select' acess given to views containing "union all" even though user has no grants |
| Previous Message | Gerhard Leykam | 2008-08-14 14:30:49 | BUG #4355: TOKMAXLEN=10 to short for token strings |