From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [Fwd: [BUGS] pg_autovacuum segv] |
Date: | 2003-10-10 14:13:24 |
Message-ID: | m3vfqx18qj.fsf@wolfe.cbbrowne.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
In the last exciting episode, twanger(at)bluetwanger(dot)de (Markus Bertheau) wrote:
> Forwarding to -hackers as per README
>
> -----ÐеÑеÑланное ÑообÑение-----
>
> From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
> To: pgsql-bugs(at)postgresql(dot)org
> Subject: [BUGS] pg_autovacuum segv
> Date: 09 Oct 2003 17:30:48 +0200
>
> (gdb) run
> Starting program: /root/src/postgresql-7.4beta4/contrib/pg_autovacuum/pg_autovacuum
> [2003-10-09 05:28:13 PM] Failed connection to database template1 with error: FATAL: user "root" does not exist
It should probably have died more gracefully, but what happened here
should be clear enough.
You ran the program as root, and so it assumed that it should connect
as PostgreSQL user "root." That user does not exist, so the
connection failed.
You'll need to specify a user, or establish "root" as a superuser.
--
wm(X,Y):-write(X),write('@'),write(Y). wm('cbbrowne','acm.org').
http://www3.sympatico.ca/cbbrowne/spreadsheets.html
"Bother," said Pooh as he struggled with sendmail.cf.
"It never does quite what I want."
"I wish Christopher Robin were here.".
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2003-10-10 14:23:41 | Re: 7.4beta4 compile failure on NetBSD |
Previous Message | Jason Tishler | 2003-10-10 13:22:22 | Re: compile warnings on cygwin - make check fails |