Opened 14 years ago
Closed 7 years ago
#26577 closed enhancement (fixed)
postgresql84 @8.4.4 Add citext contrib
Reported by: | devs@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | postgresql84 |
Description
Please add the citext contrib to the postgresql84 port. I believe the line should look like:
set contribs "adminpack citext dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2"
Change History (7)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwa@… added |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
comment:2 Changed 14 years ago by devs@…
This is applicable to postgresql 8.4 and above (9.0 and 9.1).
comment:3 Changed 14 years ago by david@…
Is there a reason there is a list to begin with? There are other contrib modules missing as well (hstore, intagg, intarray, tablefunc being some popular ones). There is a make target in the PostgreSQL source to just build them all.
If there was a problem with a specific module, wouldn't a blacklist for it be better than a whitelist?
comment:4 Changed 14 years ago by maurits@…
I can confirm that adding citext to the 'set contribs' line, as mentioned above, fixes it for the postgresql90 port (using 9.0.4 here). Would be good to get this change in, thanks.
comment:5 Changed 8 years ago by mf2k (Frank Schima)
Cc: | jyrkiwahlstedt removed |
---|---|
Owner: | changed from mww@… to jyrkiwahlstedt |
Status: | new → assigned |
comment:6 Changed 8 years ago by mf2k (Frank Schima)
Version: | 1.9.1 |
---|
comment:7 Changed 7 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Currently all possible contrib modules are built. (but 8.4 should have been upgraded a long time ago)
Is this only applicable to postgresql84? what about 83? 82? 90? 91?