Re: Autovac _scale_ settings not changed by SIGHUP?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jerry Sievers <jerry(at)jerrysievers(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Autovac _scale_ settings not changed by SIGHUP?
Date: 2007-04-12 17:24:51
Message-ID: 26040.1176398691@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jerry Sievers <jerry(at)jerrysievers(dot)com> writes:
> Uncommenting the settings in postgresql.conf and giving the new
> values, then followed by a pg_reload_conf() call however and I see no
> change in the settings.

Works for me ...

regression=# show autovacuum_vacuum_scale_factor;
autovacuum_vacuum_scale_factor
--------------------------------
0.2
(1 row)

-- edit postgresql.conf ...

regression=# select pg_reload_conf();
pg_reload_conf
----------------
t
(1 row)

regression=# show autovacuum_vacuum_scale_factor;
autovacuum_vacuum_scale_factor
--------------------------------
0.25
(1 row)

regression=#

Are you sure you're editing the right copy of postgresql.conf?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2007-04-12 17:38:49 Re: SQL - finding next date
Previous Message Raymond O'Donnell 2007-04-12 17:12:44 Re: SQL - finding next date