public override long DecodeBinary(DataRow row, PostgresClientState state)
        {
            PostgresTypeConverter.DemandDataLength(row, 8);

            return(BinaryBuffer.ReadLongNetworkUnsafe(row.Data, 0));
        }