Re: [HACKERS] Beta2?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Beta2?
Дата
Msg-id 7697.926354807@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Beta2?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: [HACKERS] Beta2?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
>>>>>>> o It is repoted that NetBSD/m68k has bee broken since you put the
>>>>>>> alignment stuff into configure, I'm not sure though.
>>
>> Hmm.  What numbers is configure producing for the various ALIGNOF
>> values?  (Look in config.h.)

> #define ALIGNOF_SHORT 2
> #define ALIGNOF_INT 2
> #define ALIGNOF_LONG 2
> #define ALIGNOF_LONG_LONG_INT 2
> #define ALIGNOF_DOUBLE 2
> #define MAXIMUM_ALIGNOF 2 

OK, I guess that's reasonable for m68k hardware.  I wonder whether
anything is assuming that MAXALIGN is at least 4...

>> What exactly happens when you try a
>> createdb?  Can you connect to the template1 database and do SQL stuff
>> after initdb, without having done a createdb?

> "psql template1" gets coredumped. But 6.4.2 clients can connect to the
> backend. Seems something going wrong with libpq stuffs.

Do you mean that psql itself (not the backend) is coredumping?  Can you
provide a backtrace from the corefile?
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] cluster truncates table name?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] A select with aggretion is failing, still subtle problems with aggregation