Source position: postgres3types.inc line 124
type PGTransactionStatusType = (
PQTRANS_IDLE,
PQTRANS_ACTIVE,
PQTRANS_INTRANS,
PQTRANS_INERROR,
PQTRANS_UNKNOWN
);