Re: BUG #4355: TOKMAXLEN=10 to short for token strings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4355: TOKMAXLEN=10 to short for token strings
Дата
Msg-id 7366.1218725212@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4355: TOKMAXLEN=10 to short for token strings  ("Gerhard Leykam" <gel123@sealsystems.de>)
Список pgsql-bugs
"Gerhard Leykam" <gel123@sealsystems.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Gerhard Leykam"
Дата:
Сообщение: BUG #4355: TOKMAXLEN=10 to short for token strings
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4350: 'select' acess given to views containing "union all" even though user has no grants