blob: cc5aea180efdd58f11eeab175a8bcf4c4a4b983d [file] [log] [blame]
/*-------------------------------------------------------------------------
*
* cdbrelsize.h
* Get the max size of the relation across the segDBs
*
* Portions Copyright (c) 2006-2008, Greenplum inc
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/cdb/cdbrelsize.h
*
*-------------------------------------------------------------------------
*/
#ifndef CDBRELSIZE_H_
#define CDBRELSIZE_H_
#include "utils/relcache.h"
extern int64 cdbRelMaxSegSize(Relation rel);
#endif /* CDBRELSIZE_H_ */