[BUGS] Re: BUG #14736: Crash on postgresql server by autovacuum workerprocess

Поиск
Список
Период
Сортировка
От jothiprasath216
Тема [BUGS] Re: BUG #14736: Crash on postgresql server by autovacuum workerprocess
Дата
Msg-id 1499940282429-5971124.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [BUGS] Re: BUG #14736: Crash on postgresql server by autovacuum worker process  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [BUGS] BUG #14736: Crash on postgresql server by autovacuum worker process  (Greg Stark <stark@mit.edu>)
Список pgsql-bugs
The log configuration in postgresql.conf file is as below,

datestyle = 'iso, mdy'
default_text_search_config = 'pg_catalog.english'
lc_messages = 'en_US.UTF-8'
lc_monetary = 'en_US.UTF-8'
lc_numeric = 'en_US.UTF-8'
lc_time = 'en_US.UTF-8'
listen_addresses = '*'
log_directory = 'pg_log'
log_filename = 'postgresql-%a.log'
log_rotation_age = '1d'
log_rotation_size = 0
log_truncate_on_rotation = on
logging_collector = on
max_connections = 100
port = 5432
shared_buffers = '32MB'

With this configuration, i'm left with only one log file to search for the
error log, in which i could not find any error specific error logs.
I have already attached the final logs which are present in the
corresponding log file. 
That is, no logs after "LOG:  autovacuum launcher started"

Apart from this, i could not find any other postresql log file in the
machine.
Is there any other way to get the error logs for this crash?



--
View this message in context:
http://www.postgresql-archive.org/BUG-14736-Crash-on-postgresql-server-by-autovacuum-worker-process-tp5970386p5971124.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.


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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Re: BUG #14736: Crash on postgresql server by autovacuum worker process
Следующее
От: Greg Stark
Дата:
Сообщение: Re: [BUGS] BUG #14736: Crash on postgresql server by autovacuum worker process