Home
last modified time | relevance | path

Searched refs:PGRES_FATAL_ERROR (Results 151 – 175 of 571) sorted by relevance

12345678910>>...23

/dports/databases/postgresql13-plpython/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c779 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
783 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
837 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1865 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1886 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2115 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2116 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2695 return PGRES_FATAL_ERROR; in PQresultStatus()
2728 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql13-server/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c779 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
783 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
837 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1865 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1886 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2115 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2116 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2695 return PGRES_FATAL_ERROR; in PQresultStatus()
2728 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c779 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
783 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
837 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1865 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1886 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2115 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2116 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2695 return PGRES_FATAL_ERROR; in PQresultStatus()
2728 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql12-docs/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c780 conn->result->resultStatus != PGRES_FATAL_ERROR ||
784 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
838 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
1866 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
1887 res->resultStatus = PGRES_FATAL_ERROR;
2116 if (lastResult->resultStatus == PGRES_FATAL_ERROR &&
2117 result->resultStatus == PGRES_FATAL_ERROR)
2696 return PGRES_FATAL_ERROR;
2729 (res->resultStatus != PGRES_FATAL_ERROR &&
/dports/databases/postgresql12-server/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c780 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
784 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
838 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1866 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1887 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2116 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2117 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2696 return PGRES_FATAL_ERROR; in PQresultStatus()
2729 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c780 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
784 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
838 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1866 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1887 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2116 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2117 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2696 return PGRES_FATAL_ERROR; in PQresultStatus()
2729 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql13-client/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c779 conn->result->resultStatus != PGRES_FATAL_ERROR ||
783 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
837 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
1865 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in setKeepalivesInterval()
1886 res->resultStatus = PGRES_FATAL_ERROR; in setKeepalivesCount()
2115 if (lastResult->resultStatus == PGRES_FATAL_ERROR &&
2116 result->resultStatus == PGRES_FATAL_ERROR)
2695 return PGRES_FATAL_ERROR;
2728 (res->resultStatus != PGRES_FATAL_ERROR &&
/dports/databases/postgresql12-plperl/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c780 conn->result->resultStatus != PGRES_FATAL_ERROR ||
784 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
838 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
1866 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR);
1887 res->resultStatus = PGRES_FATAL_ERROR;
2116 if (lastResult->resultStatus == PGRES_FATAL_ERROR &&
2117 result->resultStatus == PGRES_FATAL_ERROR)
2696 return PGRES_FATAL_ERROR;
2729 (res->resultStatus != PGRES_FATAL_ERROR &&
/dports/databases/postgresql12-plpython/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c780 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
784 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
838 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1866 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1887 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2116 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2117 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2696 return PGRES_FATAL_ERROR; in PQresultStatus()
2729 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c780 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
784 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
838 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1866 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1887 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2116 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2117 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2696 return PGRES_FATAL_ERROR; in PQresultStatus()
2729 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql13-docs/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c779 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
783 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
837 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1865 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1886 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2115 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2116 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2695 return PGRES_FATAL_ERROR; in PQresultStatus()
2728 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c779 conn->result->resultStatus != PGRES_FATAL_ERROR || in pqSaveErrorResult()
783 conn->result = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqSaveErrorResult()
837 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in pqPrepareAsyncResult()
1865 res = PQmakeEmptyPGresult(conn, PGRES_FATAL_ERROR); in PQgetResult()
1886 res->resultStatus = PGRES_FATAL_ERROR; in PQgetResult()
2115 if (lastResult->resultStatus == PGRES_FATAL_ERROR && in PQexecFinish()
2116 result->resultStatus == PGRES_FATAL_ERROR) in PQexecFinish()
2695 return PGRES_FATAL_ERROR; in PQresultStatus()
2728 (res->resultStatus != PGRES_FATAL_ERROR && in PQresultVerboseErrorMessage()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A Dstandalone.h21 PGRES_FATAL_ERROR /** query failed */ enumerator
/dports/security/unicornscan/unicornscan-0.4.2/src/output_modules/database/
H A Dpgsqldriv.c47 else if (sret == PGRES_FATAL_ERROR) { in check_sql_error()
/dports/databases/py-psycopg2/psycopg2-2.9.2/psycopg/
H A Dpqpath.c752 if (conn->pgres && PQresultStatus(conn->pgres) == PGRES_FATAL_ERROR) { in pq_get_result_async()
1350 if (PQresultStatus(curs->pgres) == PGRES_FATAL_ERROR) in _pq_copy_in_v3()
1433 if (PQresultStatus(curs->pgres) == PGRES_FATAL_ERROR) in _pq_copy_out_v3()
1516 if (curs->pgres && PQresultStatus(curs->pgres) == PGRES_FATAL_ERROR) { in pq_read_replication_message()
1814 case PGRES_FATAL_ERROR: in pq_fetch()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/debugger/
H A DdbgEvents.cpp166 case PGRES_FATAL_ERROR: in ResultTargetComplete()
354 case PGRES_FATAL_ERROR: in HandleQuery()
392 if (_qry->ReturnCode() == PGRES_FATAL_ERROR) in HandleQuery()
/dports/lang/seed7/seed7/src/
H A Ddb_post.h48 PGRES_FATAL_ERROR, enumerator
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertilerasterband.cpp159 if( PQresultStatus(poResult) == PGRES_FATAL_ERROR ) in IReadBlock()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_pgsql/
H A Dpgsql_connections.c172 if (PQresultStatus(res) == PGRES_FATAL_ERROR) { in pgsql_next_connection()
/dports/graphics/gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertilerasterband.cpp159 if( PQresultStatus(poResult) == PGRES_FATAL_ERROR ) in IReadBlock()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertilerasterband.cpp159 if( PQresultStatus(poResult) == PGRES_FATAL_ERROR ) in IReadBlock()
/dports/devel/matreshka/matreshka-0.7.0/source/sql/postgresql/
H A Dmatreshka-internals-sql_drivers-postgresql.ads92 PGRES_FATAL_ERROR); literal
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/connection/
H A Dremote_commands.c146 if (PQresultStatus(result) == PGRES_FATAL_ERROR) in ClearResultsInternal()
574 return PQmakeEmptyPGresult(pgConn, PGRES_FATAL_ERROR); in GetRemoteCommandResult()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/c/
H A Dlibfossdbmanager.c541 if (PQresultStatus(result) == PGRES_FATAL_ERROR) in fo_dbManager_Exec_printf()
644 } else if (PQresultStatus(result) == PGRES_FATAL_ERROR) in fo_dbManager_ExecPreparedv()
/dports/databases/slony1v2/slony1-2.2.10/src/slon/
H A Dcleanup_thread.c238 if (vrc == PGRES_FATAL_ERROR) in cleanupThread_main()

12345678910>>...23