PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
PG_MODULE_MAGIC_EXT (.name="auth_delay",.version=PG_VERSION) | |
static void | auth_delay_checks (Port *port, int status) |
void | _PG_init (void) |
Variables | |
static int | auth_delay_milliseconds = 0 |
static ClientAuthentication_hook_type | original_client_auth_hook = NULL |
void _PG_init | ( | void | ) |
Definition at line 55 of file auth_delay.c.
References auth_delay_checks(), auth_delay_milliseconds, ClientAuthentication_hook, DefineCustomIntVariable(), GUC_UNIT_MS, MarkGUCPrefixReserved(), original_client_auth_hook, and PGC_SIGHUP.
|
static |
Definition at line 34 of file auth_delay.c.
References auth_delay_milliseconds, original_client_auth_hook, pg_usleep(), port, and STATUS_OK.
Referenced by _PG_init().
PG_MODULE_MAGIC_EXT | ( | . | name = "auth_delay" , |
. | version = PG_VERSION |
||
) |
|
static |
Definition at line 25 of file auth_delay.c.
Referenced by _PG_init(), and auth_delay_checks().
|
static |
Definition at line 28 of file auth_delay.c.
Referenced by _PG_init(), and auth_delay_checks().