greenplumn iotypes 代码
文件路径:/src/backend/gporca/libgpos/include/gpos/io/iotypes.h
/---------------------------------------------------------------------------
/ Greenplum Database
/ Copyright (C) 2011 EMC Corp.
/
/ @filename:
/ iotypes.h
/
/ @doc:
/ IO type definitions for GPOS;
/---------------------------------------------------------------------------
#ifndef GPOS_iotypes_H
#define GPOS_iotypes_H
#include <errno.h>
#include <sys/stat.h>
namespace gpos
{
/ file state structure
using SFileStat = struct stat;
} / namespace gpos
#endif / !GPOS_iotypes_H
/ EOF