PostgreSQL Source Code  git master
stat Struct Reference

#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
 

Detailed Description

Definition at line 264 of file win32_port.h.

Field Documentation

◆ st_atime

__time64_t stat::st_atime

Definition at line 274 of file win32_port.h.

Referenced by pg_stat_file().

◆ st_ctime

__time64_t stat::st_ctime

Definition at line 276 of file win32_port.h.

Referenced by pg_stat_file().

◆ st_dev

_dev_t stat::st_dev

Definition at line 266 of file win32_port.h.

Referenced by internal_load_library(), PGSharedMemoryAttach(), and PGSharedMemoryCreate().

◆ st_gid

short stat::st_gid

Definition at line 271 of file win32_port.h.

Referenced by _tarWriteHeader(), and sendFileWithContent().

◆ st_ino

_ino_t stat::st_ino

◆ st_mode

◆ st_mtime

◆ st_nlink

short stat::st_nlink

Definition at line 269 of file win32_port.h.

◆ st_rdev

_dev_t stat::st_rdev

Definition at line 272 of file win32_port.h.

◆ st_size

◆ st_uid

short stat::st_uid

Definition at line 270 of file win32_port.h.

Referenced by _tarWriteHeader(), checkDataDir(), and sendFileWithContent().


The documentation for this struct was generated from the following file: