Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36449 - PostgreSQL 7.4.1 released
Summary: PostgreSQL 7.4.1 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-24 15:50 UTC by Arthur Ward
Modified: 2007-09-22 23:14 UTC (History)
1 user (show)

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


Attachments
postgresql-7.4.1-gentoo.patch (postgresql-7.4.1-gentoo.patch,627 bytes, patch)
2003-12-24 15:51 UTC, Arthur Ward
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Ward 2003-12-24 15:50:45 UTC
PostgreSQL 7.4.1 was released this week. The build has not changed, whether you are using 7.4, 7.4-r1, or the proposed 7.4-r2 in bug #35152. These files (in /files) need to be created by copying them from their 7.4 versions:
pg_autovacuum.conf-7.4.1
pg_autovacuum.init-7.4.1
postgresql-7.4.1-vacuum-delay.patch
postgresql.conf-7.4.1
postgresql.init-7.4.1

Additionally, I had to modify the existing postgresql-7.4.1-gentoo.patch slightly for it to look in the right place. The revised version will be attached. Comparing gentoo.patch with the vacuum-delay.patch, it seems like the versioned directory can be dropped from gentoo.patch, however I have not tried this yet.

I'm using PG 7.4.1 in the following configuration:
+ssl +nls -java +python -tcltk +perl +libg++ +pam +readline +zlib -doc -pg-hier +pg-vacuumdelay +pg-intdatetime
(n.b. I don't actually use ssl with Postgres)

I was able to build 7.4.1 with pg-hier enabled while testing the ebuild. My environment does not use tcltk or java, so I have not double-checked that those options did not break in the upgrade (but I see no reason to expect that they would).

Reproducible: Always
Steps to Reproduce:
Comment 1 Arthur Ward 2003-12-24 15:51:33 UTC
Created attachment 22643 [details, diff]
postgresql-7.4.1-gentoo.patch

Updated gentoo.patch file for 7.4.1.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-12-24 20:52:23 UTC
It's in cvs.
Thanks.