Home
last modified time | relevance | path

Searched refs:xact_status (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/protocol/
H A Dcoreproto.pyx25 self.xact_status = PQTRANS_IDLE
35 return self.xact_status in (PQTRANS_INTRANS, PQTRANS_INERROR)
677 self.xact_status = PQTRANS_IDLE
679 self.xact_status = PQTRANS_INTRANS
681 self.xact_status = PQTRANS_INERROR
683 self.xact_status = PQTRANS_UNKNOWN
H A Dcoreproto.pxd93 TransactionStatus xact_status
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status; in getReadyForQuery() local
1483 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1485 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/libpq/
H A Dfe-protocol3.c1506 char xact_status; in getReadyForQuery() local
1508 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1510 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status; in getReadyForQuery() local
1483 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1485 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status; in getReadyForQuery() local
1483 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1485 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status; in getReadyForQuery() local
1483 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1485 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/libpq/
H A Dfe-protocol3.c1482 char xact_status; in getReadyForQuery() local
1484 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1486 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status;
1483 if (pqGetc(&xact_status, conn))
1485 switch (xact_status)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status;
1483 if (pqGetc(&xact_status, conn))
1485 switch (xact_status)
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/libpq/
H A Dfe-protocol3.c1499 char xact_status; in getReadyForQuery() local
1501 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1503 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/libpq/
H A Dfe-protocol3.c1481 char xact_status; in getReadyForQuery() local
1483 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1485 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/libpq/
H A Dfe-protocol3.c1555 char xact_status; in getReadyForQuery() local
1557 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1559 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/libpq/
H A Dfe-protocol3.c1555 char xact_status; in getReadyForQuery() local
1557 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1559 switch (xact_status) in getReadyForQuery()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/libpq/
H A Dfe-protocol3.c1555 char xact_status; in getReadyForQuery() local
1557 if (pqGetc(&xact_status, conn)) in getReadyForQuery()
1559 switch (xact_status) in getReadyForQuery()

12