| /*------------------------------------------------------------------------- |
| * |
| * 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_ */ |