|
PostgreSQL Source Code git master
|
#include <win32_port.h>
Data Fields | |
| _dev_t | st_dev |
| _ino_t | st_ino |
| unsigned short | st_mode |
| short | st_nlink |
| short | st_uid |
| short | st_gid |
| _dev_t | st_rdev |
| __int64 | st_size |
| __time64_t | st_atime |
| __time64_t | st_mtime |
| __time64_t | st_ctime |
Definition at line 254 of file win32_port.h.
| __time64_t stat::st_atime |
Definition at line 264 of file win32_port.h.
| __time64_t stat::st_ctime |
Definition at line 266 of file win32_port.h.
| _dev_t stat::st_dev |
Definition at line 256 of file win32_port.h.
| short stat::st_gid |
Definition at line 261 of file win32_port.h.
| _ino_t stat::st_ino |
Definition at line 257 of file win32_port.h.
Definition at line 258 of file win32_port.h.
Referenced by _discoverArchiveFormat(), _fileExistsInDirectory(), BeginCopyFrom(), BeginCopyTo(), check_archive_directory(), check_input_dir_permissions(), create_tablespace_directories(), CreateDatabaseUsingFileCopy(), createdb(), CreateSlotOnDisk(), dbase_redo(), destroy_tablespace_directories(), directory_exists(), do_copy(), get_tablespace_location(), itsdir(), pg_file_exists(), pg_fsync(), remove_dbtablespaces(), remove_tablespace_symlink(), scan_directory(), SyncDataDirectory(), and TablespaceCreateDbspace().
| __time64_t stat::st_mtime |
Definition at line 265 of file win32_port.h.
| short stat::st_nlink |
Definition at line 259 of file win32_port.h.
| _dev_t stat::st_rdev |
Definition at line 262 of file win32_port.h.
| __int64 stat::st_size |
Definition at line 263 of file win32_port.h.
Referenced by _PrepParallelRestore(), BeginCopyFrom(), dsm_impl_mmap(), dsm_impl_posix(), estimate_size(), get_pg_version(), qtext_load_file(), ReadTwoPhaseFile(), rewriteVisibilityMap(), scan_directory(), and slurp_file().
| short stat::st_uid |
Definition at line 260 of file win32_port.h.