postgresql-8.3.6-1PGDG : redirect_stderr = on does not start server

Started by suresh adapaabout 17 years ago3 messagesbugs
Jump to latest
#1suresh adapa
suresha@collab.net

Hello Sir,

I have build postgresql-8.3.6-1PGDG for rhel5.3 x86_64

But I have problem while starting the postgresql server.

When I comment "redirect_stderr" in /var/lib/pgsql/data/postgresql.conf
file

the server starts properly.

If I have the above line the and try to start, I can see below in the
pgstartup.log

FATAL: unrecognized configuration parameter "redirect_stderr"

FATAL: unrecognized configuration parameter "redirect_stderr"

FATAL: unrecognized configuration parameter "redirect_stderr"

Please advice if this is ok ,and is there any other token for
redirect_stderr ?

And guide me if you have any patch.

Thanks

SureshAdapa

suresha@collab.net

#2Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: suresh adapa (#1)
Re: postgresql-8.3.6-1PGDG : redirect_stderr = on does not start server

suresh adapa wrote:

I have build postgresql-8.3.6-1PGDG for rhel5.3 x86_64

But I have problem while starting the postgresql server.

When I comment "redirect_stderr" in /var/lib/pgsql/data/postgresql.conf
file

the server starts properly.

If I have the above line the and try to start, I can see below in the
pgstartup.log

FATAL: unrecognized configuration parameter "redirect_stderr"

redirect_stderr was renamed to logging_collector in version 8.3.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Heikki Linnakangas (#2)
Re: postgresql-8.3.6-1PGDG : redirect_stderr = on does not start server

Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:

suresh adapa wrote:

If I have the above line the and try to start, I can see below in the
pgstartup.log

FATAL: unrecognized configuration parameter "redirect_stderr"

redirect_stderr was renamed to logging_collector in version 8.3.

In general, copying an older version's config file without checking
for changes is a bad idea --- we feel free to whack around the parameter
set as well as the possible values in any major release.

regards, tom lane