PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
static void | pg_GSS_error_int (char *s, size_t len, OM_uint32 stat, int type) |
void | pg_GSS_error (const char *errmsg, OM_uint32 maj_stat, OM_uint32 min_stat) |
void pg_GSS_error | ( | const char * | errmsg, |
OM_uint32 | maj_stat, | ||
OM_uint32 | min_stat | ||
) |
Definition at line 75 of file be-gssapi-common.c.
References COMMERROR, ereport, errdetail_internal(), errmsg(), errmsg_internal(), and pg_GSS_error_int().
Referenced by be_gssapi_read(), be_gssapi_write(), pg_GSS_read(), pg_GSS_write(), pqsecure_open_gss(), and secure_open_gssapi().
|
static |
Definition at line 25 of file be-gssapi-common.c.
References COMMERROR, elog(), i, len, Min, and generate_unaccent_rules::type.
Referenced by pg_GSS_error().