std::pair support
std::pair<T1, T2> is defined as a generic composite type of two elements and mapped as PostgreSQL Record type and its array.
std::pair<T1, T2>
Record