On Jul 17, 2010, at 12:44 PM, Selena Deckelmann <selenamarie(at)gmail(dot)com> wrote:
> Hi!
>
> I pulled the latest from the git repo, I got this error on initdb:
>
> creating template1 database in testdb/base/1 ... initdb: input file
> "/usr/local/pg90/share/postgresql/postgres.bki" does not belong to
> PostgreSQL 9.0devel
>
> The problem was having '9.1' instead of '9.0' in the first line of the .bki.
Are you sure you have a clean checkout? git clean -dfx, maybe?
...Robert