Re: Progress indication prototype - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: Progress indication prototype
Date
Msg-id f294ec8fa0bfbeb0c1c6acf2eca12c47.squirrel@webmail.xs4all.nl
Whole thread Raw
In response to Progress indication prototype  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Progress indication prototype
List pgsql-hackers
On Tue, August 17, 2010 07:19, Peter Eisentraut wrote:
> Here is a small prototype for a query progress indicator.
>

The patch applies to cvs HEAD (9.1devel) and compiles OK, but make check fails.

./configure --prefix=/var/data1/pg_stuff/pg_installations/pgsql.progress_indicator
--with-pgport=6548 --quiet --enable-depend --enable-cassert --enable-debug --with-openssl
--with-perl --with-libxml



Running initdb manually gives the following error:
$ /var/data1/pg_stuff/pg_installations/pgsql.progress_indicator/bin/initdb -U rijkers -D
/var/data1/pg_stuff/pg_installations/pgsql.progress_indicator/data -E UTF8 -A md5
--pwfile=/var/data1/pg_stuff/.90devel
The files belonging to this database system will be owned by user "rijkers".
This user must also own the server process.

The database cluster will be initialized with locale en_US.UTF-8.
The default text search configuration will be set to "english".

creating directory /var/data1/pg_stuff/pg_installations/pgsql.progress_indicator/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 32MB
creating configuration files ... ok
creating template1 database in
/var/data1/pg_stuff/pg_installations/pgsql.progress_indicator/data/base/1 ... FATAL:  could not
create unique index "pg_proc_oid_index"
DETAIL:  Key (oid)=(2614) is duplicated.
child process exited with exit code 1
initdb: removing data directory "/var/data1/pg_stuff/pg_installations/pgsql.progress_indicator/data"


this is on centos 5.4 - x86_64 GNU/Linux (2.6.18-164.el5)


Erik Rijkers





pgsql-hackers by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: Todays git migration results
Next
From: Magnus Hagander
Date:
Subject: CVS to GIT conversion - repository freeze