faster SELECTs when using ruby-sequel with ruby-pg
sequel_pg overwrites the inner loop of the databases/ruby-sequel
postgres adapter row fetching code with a C version. The C version is
significantly faster (2-6x) than the pure ruby version that Sequel uses
by default.

Maintainer: Jeremy Evans <jeremy@openbsd.org>
