Re: auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)
Date
Msg-id 28540.1319576462@sss.pgh.pa.us
Whole thread Raw
In response to Re: auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)  (bricklen <bricklen@gmail.com>)
Responses Re: auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)  (bricklen <bricklen@gmail.com>)
List pgsql-bugs
bricklen <bricklen@gmail.com> writes:
> The steps to reproduce are pretty simple.

> Set the following in the postgresql.conf file:

> shared_preload_libraries = 'pg_stat_statements,auto_explain'
> custom_variable_classes = 'auto_explain'
> auto_explain.log_min_duration = '10s'
> auto_explain.log_analyze = true
> auto_explain.log_buffers = true

> As the postgres user, issue "pg_ctl reload"

> pg_ctl status will now show that there is no running postmaster.

This looks like the same thing as bug #6097, which is fixed in 9.0.5.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6268: multiple update with on cascade
Next
From: bricklen
Date:
Subject: Re: auto_explain causes cluster crash if pg_ctl reload is used (not pg_ctl restart)