greenplumn base 代码
文件路径:/src/backend/gporca/libgpos/include/gpos/base.h
/---------------------------------------------------------------------------
/ Greenplum Database
/ Copyright (C) 2008 Greenplum, Inc.
/
/ @filename:
/ base.h
/
/ @doc:
/ Collection of commonly used OS abstraction primitives;
/ Most files should be fine including only this one from the GPOS folder;
/---------------------------------------------------------------------------
#ifndef GPOS_base_H
#define GPOS_base_H
#include "gpos/assert.h"
#include "gpos/error/CErrorHandler.h"
#include "gpos/error/CException.h"
#include "gpos/error/IErrorContext.h"
#include "gpos/error/ILogger.h"
#include "gpos/memory/CMemoryPool.h"
#include "gpos/types.h"
#endif / GPOS_base_H
/ EOF