Bug 68114 - postgresql-8.0.0beta3 is missing pg_autovacuum init script
Bug#: 68114 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pgsql-bugs@gentoo.org Reported By: h.t.d@gmx.de
Component: Server
URL: 
Summary: postgresql-8.0.0beta3 is missing pg_autovacuum init script
Keywords:  
Status Whiteboard: 
Opened: 2004-10-19 01:38 0000
Description:   Opened: 2004-10-19 01:38 0000
I configured a new development-server from scratch and there
postgresql-8.0.0beta3.ebuild didn't install a pg_autovacuum init script. It was
planned to integrate autovacuum support into postgresql 8.0series backend but
time ran out and it didn't make it into this release. Therefore pg_autovacuum
is still useful and a init-script should be installed.

As a workaround I simply copied the init-script from v7.4:
/usr/portage/dev-db/postgresql/files/pg_autovacuum.init-7.4.5 to
/etc/init.d/pg_autovacuum
and copied the config from:
/usr/portage/dev-db/postgresql/files/pg_autovacuum.conf-7.4.5 to
/etc/conf.d/pg_autovacuum

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Masatomo Nakano (RETIRED) 2004-11-06 12:31:32 0000 -------
fixed.

Thank you for reporting.