Home
last modified time | relevance | path

Searched defs:ErrorData (Results 1 – 25 of 117) sorted by relevance

12345

/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/utils/
H A Delog.h351 typedef struct ErrorData struct
353 int elevel; /* error level */
354 bool output_to_server; /* will report to server log? */
355 bool output_to_client; /* will report to client? */
356 bool show_funcname; /* true to force funcname inclusion */
357 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
358 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
359 const char *filename; /* __FILE__ of ereport() call */
360 int lineno; /* __LINE__ of ereport() call */
384 } ErrorData; argument
/dports/databases/postgresql13-server/postgresql-13.5/src/include/utils/
H A Delog.h351 typedef struct ErrorData struct
353 int elevel; /* error level */
354 bool output_to_server; /* will report to server log? */
355 bool output_to_client; /* will report to client? */
356 bool show_funcname; /* true to force funcname inclusion */
357 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
358 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
359 const char *filename; /* __FILE__ of ereport() call */
360 int lineno; /* __LINE__ of ereport() call */
384 } ErrorData; argument
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/utils/
H A Delog.h351 typedef struct ErrorData struct
353 int elevel; /* error level */
354 bool output_to_server; /* will report to server log? */
355 bool output_to_client; /* will report to client? */
356 bool show_funcname; /* true to force funcname inclusion */
357 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
358 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
359 const char *filename; /* __FILE__ of ereport() call */
360 int lineno; /* __LINE__ of ereport() call */
384 } ErrorData; argument
/dports/databases/postgresql13-client/postgresql-13.5/src/include/utils/
H A Delog.h351 typedef struct ErrorData struct
353 int elevel; /* error level */
354 bool output_to_server; /* will report to server log? */
355 bool output_to_client; /* will report to client? */
356 bool show_funcname; /* true to force funcname inclusion */
357 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
358 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
359 const char *filename; /* __FILE__ of ereport() call */
360 int lineno; /* __LINE__ of ereport() call */
384 } ErrorData; argument
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/utils/
H A Delog.h351 typedef struct ErrorData struct
353 int elevel; /* error level */
354 bool output_to_server; /* will report to server log? */
355 bool output_to_client; /* will report to client? */
356 bool show_funcname; /* true to force funcname inclusion */
357 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
358 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
359 const char *filename; /* __FILE__ of ereport() call */
360 int lineno; /* __LINE__ of ereport() call */
384 } ErrorData; argument
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/utils/
H A Delog.h351 typedef struct ErrorData struct
353 int elevel; /* error level */
354 bool output_to_server; /* will report to server log? */
355 bool output_to_client; /* will report to client? */
356 bool show_funcname; /* true to force funcname inclusion */
357 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
358 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
359 const char *filename; /* __FILE__ of ereport() call */
360 int lineno; /* __LINE__ of ereport() call */
384 } ErrorData; argument
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Dmisc.c335 *((int *) ptr) = INT_MIN;
336 break;
339 case ECPGt_date:
341 break;
345 *((long long *) ptr) = LONG_LONG_MIN;
347 #endif /* HAVE_LONG_LONG_INT */
348 case ECPGt_float:
350 break;
352 memset((char *) ptr, 0xff, sizeof(double));
355 *(((struct ECPGgeneric_varchar *) ptr)->arr) = 0x00;
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument
/dports/databases/postgresql12-client/postgresql-12.9/src/include/utils/
H A Delog.h349 typedef struct ErrorData struct
351 int elevel; /* error level */
352 bool output_to_server; /* will report to server log? */
353 bool output_to_client; /* will report to client? */
354 bool show_funcname; /* true to force funcname inclusion */
355 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
356 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
357 const char *filename; /* __FILE__ of ereport() call */
381 } ErrorData; argument
/dports/databases/postgresql11-server/postgresql-11.14/src/include/utils/
H A Delog.h329 typedef struct ErrorData struct
331 int elevel; /* error level */
332 bool output_to_server; /* will report to server log? */
333 bool output_to_client; /* will report to client? */
334 bool show_funcname; /* true to force funcname inclusion */
335 bool hide_stmt; /* true to prevent STATEMENT: inclusion */
336 bool hide_ctx; /* true to prevent CONTEXT: inclusion */
337 const char *filename; /* __FILE__ of ereport() call */
361 } ErrorData; argument

12345