This is a discussion on HEAD version of initdb fails on Win32 within the pgsql Hackers forums, part of the PostgreSQL category; --> I get the following error message when I try to do an initdb with CVS HEAD on a Win32 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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, Thomas Hallgren ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| Thomas Hallgren <thhal@mailblocks.com> 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 indexes > child process was terminated by signal 1 Try "make distclean" and a full rebuild. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |
| |||
| Tom Lane wrote: >Thomas Hallgren <thhal@mailblocks.com> 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 indexes >>child process was terminated by signal 1 >> >> > >Try "make distclean" and a full rebuild. > > Much better :-) Thanks! - thomas ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |
| |||
| Tom Lane wrote: >Thomas Hallgren <thhal@mailblocks.com> 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 indexes >>child process was terminated by signal 1 >> >> > >Try "make distclean" and a full rebuild. > > > > 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. cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Thomas Hallgren <thhal@mailblocks.com> 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 recompiling with doing other things, and the time wasted tracking even one false bug isn't worth it.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Andrew Dunstan <andrew@dunslane.net> 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 status before opining Thomas probably just needed to rebuild ;-) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |