Re: Progress indication prototype

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Erik Rijkers <er(at)xs4all(dot)nl>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Progress indication prototype
Date: 2010-08-17 18:55:22
Message-ID: 7A2F17BB2096505B2CAF62FB@amenophis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On 17. August 2010 20:08:51 +0200 Erik Rijkers <er(at)xs4all(dot)nl> wrote:

> How can I 'change OID'? This error comes out of an initial initdb run.
> (There are several other test-instances on this machine (several
> running), but with their own $PGDATA, $PGPORT. - they can't interfere
> with each other, can they?)

I assume Peter means an OID conflict, resulting from concurrent patches or
drifting code.

Looks like pg_stat_get_backend_progress() has a conflict in current HEAD
with xmlexists() (both will get 2614 in my current version of pg_proc.h).
You need to resolve this to have initdb succeed.

--
Thanks

Bernd

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-08-17 19:11:29 git: uh-oh
Previous Message Tom Lane 2010-08-17 18:53:36 Re: Additional git conversion steps