Re: [HACKERS] HEAD version of initdb fails on Win32

2005-04-12 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Incidentally, thanks to Jim Buttafuoco, we now have a Windows box > (goose) on the buildfarm building every day, so when things look screwy > you can check there to see if other people are having the same problem. Indeed, I checked the buildfarm statu

Re: [HACKERS] HEAD version of initdb fails on Win32

2005-04-12 Thread Tom Lane
Thomas Hallgren <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Try "make distclean" and a full rebuild. >> > Much better :-) Thanks! Always the first thing to try if you get a weird failure after CVS update. (Personally I never even try to do a partial rebuild after updating; I can overlap reco

Re: [HACKERS] HEAD version of initdb fails on Win32

2005-04-12 Thread Andrew Dunstan
Tom Lane wrote: Thomas Hallgren <[EMAIL PROTECTED]> writes: I get the following error message when I try to do an initdb with CVS HEAD on a Win32 platform: creating configuration files ... ok creating template1 database in data-head/base/1 ... FATAL: access method "btree" does not su

Re: [HACKERS] HEAD version of initdb fails on Win32

2005-04-12 Thread Thomas Hallgren
Tom Lane wrote: Thomas Hallgren <[EMAIL PROTECTED]> writes: I get the following error message when I try to do an initdb with CVS HEAD on a Win32 platform: creating configuration files ... ok creating template1 database in data-head/base/1 ... FATAL: access method "btree" does not sup

Re: [HACKERS] HEAD version of initdb fails on Win32

2005-04-12 Thread Tom Lane
Thomas Hallgren <[EMAIL PROTECTED]> writes: > I get the following error message when I try to do an initdb with CVS > HEAD on a Win32 platform: > creating configuration files ... ok > creating template1 database in data-head/base/1 ... FATAL: access > method "btree" does not support unique inde

[HACKERS] HEAD version of initdb fails on Win32

2005-04-12 Thread Thomas Hallgren
I get the following error message when I try to do an initdb with CVS HEAD on a Win32 platform: creating configuration files ... ok creating template1 database in data-head/base/1 ... FATAL: access method "btree" does not support unique indexes child process was terminated by signal 1 Regards,