PostgreSQL Source Code
git master
|
#include "postgres.h"
Go to the source code of this file.
Functions | |
static void | log_error (const char *fmt,...) pg_attribute_printf(1 |
int | pgwin32_is_admin (void) |
int | pgwin32_is_service (void) |
|
static |
Definition at line 28 of file win32security.c.
References fmt, fprintf, va_end(), va_start(), and write_stderr.
Referenced by pgwin32_is_admin().
int pgwin32_is_admin | ( | void | ) |
Definition at line 49 of file win32security.c.
References _, exit(), and log_error().
Referenced by check_root().
int pgwin32_is_service | ( | void | ) |
Definition at line 120 of file win32security.c.
References fprintf.
Referenced by send_message_to_server_log(), and write_stderr().