Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194701 - dev-db/postgresql - wrong elog into about configuration file location
Summary: dev-db/postgresql - wrong elog into about configuration file location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 12:55 UTC by eezyy
Modified: 2008-06-14 11:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eezyy 2007-10-04 12:55:08 UTC
After installing the dev-db/postgresql ebuild, the installation log contains a hint to enable autovacuum in ${ROOT}/etc/postgresql/postgresql.conf. However, the configuration file resides in /var/lib/postgresql/data/postgresql.conf. So this should be probably reflected in the ebuild as well.

Reproducible: Always

Steps to Reproduce:
1. install dev-db/postgresql
2. fail to find the configuration file in the stated location
3. after a time span depending on prior postgresql experience, locate it in the data directory of the postgresql daemon

Actual Results:  
I decided to disregard the information from the ebuild and successfully enabled autovacuum in /var/lib/postgresql/data/postgresql.conf, restarted the postgresql daemon and verified the success of this action by doing a "show autovacuum;" at the psql prompt.

Expected Results:  
It should have displayed the correct file location on successful installation.
Comment 1 eezyy 2007-10-04 13:00:52 UTC
I just saw that I forgot to supply the ebuild version. It's 8.2.4-r1.
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2008-06-14 11:50:09 UTC
Done. Thanks.