Tom Lane wrote:
>Wim <wdh@belbone.be> writes:
>
>
>>gdb gives me this:
>>bash-2.05$ adb /usr/local/pgsql/bin/postgres
>>/data/postgres/base/17903709/core
>>core file = /data/postgres/base/17903709/core -- program
>>``/usr/local/pgsql/bin/postgres'' on platform SUNW,Ultra-60
>>SIGBUS: Bus Error
>>$c
>>AllocSetAlloc+0x18c(476120, 3, 226018, 0, 0, 13)
>>MemoryContextAlloc+0x68(476120, 3, 70670000, 7efefeff, 81010100, ff00)
>>MemoryContextStrdup+0x28(476120, 4c8568, ffffffff, fffffff8, 0, ffbfe541)
>>make_greater_string+0x1c(4c8568, 13, 297, 4c8730, 0, ffbfe5d1)
>>prefix_selectivity+0xcc(4c0780, 4c7ab8, 4c8568, ffbfe670, ffbfe68b,
>>ffbfe6a0)
>>patternsel+0x278(ffbfe7a0, 0, 476120, 0, 0, ffbfe728)
>>likesel+0x10(ffbfe7a0, ffbfe7a0, 1d7080, fffffff8, 0, ffbfe809)
>>
>>
>
>Hm. Are you running in a multibyte character encoding? I had a note
>that make_greater_string may have problems in the MULTIBYTE case.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>
>
>
Yes, I compiled postgres with multibyte and ODBC support . Is there a
workaround possibel to fix my problem?
Cheers!
Wim