Bug 248979 - databases/pear-Horde_Db: Fix postgresql 12 compatibility
Summary: databases/pear-Horde_Db: Fix postgresql 12 compatibility
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: horde
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-28 22:06 UTC by Samuel Chow
Modified: 2020-08-28 22:06 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (horde)


Attachments
Patch file (6.26 KB, patch)
2020-08-28 22:06 UTC, Samuel Chow
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Chow 2020-08-28 22:06:32 UTC
Created attachment 217601 [details]
Patch file

My Horde installation stopped working properly after PostgreSQL backend upgraded to 12. A pull request exist on github fixing this issue: 

https://github.com/horde/Db/pull/4

See attached patch file for the fix (including the original patch in r528440).