Re: [HACKERS] Beta2? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] Beta2?
Date
Msg-id 199905100826.RAA00702@ext16.sra.co.jp
Whole thread Raw
Responses Re: [HACKERS] Beta2?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Sorry for the delay.

> 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.
> 
> > More info. Install and initdb are ok. But destroydb and createdb never
> > works. NetBSD/macppc 1.4_ALPHA has no problem.
> 
> 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 

> 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.
---
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: "J M Doren"
Date:
Subject: SQl Mail LIst (Spanish)
Next
From: "M.J. Blom"
Date:
Subject: Re: Frage!