|
PostgreSQL Source Code git master
|
#include "postgres.h"
Go to the source code of this file.
Functions | |
| void | _dosmaperr (unsigned long e) |
Variables | ||
| struct { | ||
| DWORD winerr | ||
| int doserr | ||
| } | doserrors [] | |
Definition at line 177 of file win32error.c.
References DEBUG5, doserr, doserrors, ereport, errmsg_internal(), fb(), fprintf, i, lengthof, LOG, and winerr.
Referenced by BaseBackup(), cache_locale_time(), copyFile(), dsm_impl_pin_segment(), dsm_impl_unpin_segment(), fdatasync(), fileinfo_to_stat(), FileReadV(), FileWriteV(), getrusage(), initialize_ntdll(), link(), pg_import_system_collations(), pg_pread(), pg_pwrite(), pgwin32_get_file_type(), and readdir().
| int doserr |
Definition at line 23 of file win32error.c.
Referenced by _dosmaperr().
| const struct { ... } doserrors[] |
Referenced by _dosmaperr().
| DWORD winerr |
Definition at line 22 of file win32error.c.
Referenced by _dosmaperr().