Changes:
0.5.4:
- Do away with the single memofile size check at the beginning of the run and
checks for valid memo record offsets every time one is requested.
0.5.3:
- Fix an unsigned int comparison bug.
PR: ports/152301
Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer)
- Simplify MASTER_SITES
- Use DOCSDIR
- While I'm here, add LICENSE
Changes:
- Add tests for the validity of specified memofiles.
Older versions would possibly segfault if an invalid memofile was given.
PR: ports/151921
Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer)
tables with memo files - into a format that PostgreSQL can directly
import. It's a compact C project with no dependencies other than standard
Unix libraries. While the project is relatively tiny and simple, it's also
heavily optimized via profiling - routine benchmark were many times faster
than with other Open Source programs. In fact, even on slower systems,
conversions are typically limited by hard drive speed.
WWW: http://pgdbf.sourceforge.net/
PR: ports/135969
Submitted by: kirk at daycos.com