BUG #13857: Processes display old Beta2 name in ps

Started by Nonameover 10 years ago2 messagesbugs
Jump to latest
#1Noname
chriscox@endlessnow.com

The following bug has been logged on the website:

Bug reference: 13857
Logged by: Christopher Cox
Email address: chriscox@endlessnow.com
PostgreSQL version: 9.5.0
Operating system: CentOS 7
Description:

This is with the new 9.5.0, but problem I believe also existed in RC1.

$ ps -ef | grep postgres
postgres 21400 1 0 15:12 ? 00:00:00 /usr/pgsql-9.5/bin/postgres
-D /postgres/admin/standard/conf.d
postgres 21401 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: logger process
postgres 21403 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: checkpointer process
postgres 21404 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: writer process
postgres 21405 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: wal writer process
postgres 21406 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: autovacuum launcher process
postgres 21407 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: stats collector process

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: BUG #13857: Processes display old Beta2 name in ps

chriscox@endlessnow.com writes:

This is with the new 9.5.0, but problem I believe also existed in RC1.

$ ps -ef | grep postgres
postgres 21400 1 0 15:12 ? 00:00:00 /usr/pgsql-9.5/bin/postgres
-D /postgres/admin/standard/conf.d
postgres 21401 21400 0 15:12 ? 00:00:00 postgres:
Postgresql9.5Beta2: logger process

Looks like you have cluster_name set to 'Postgresql9.5Beta2' in
postgresql.conf.

regards, tom lane

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs