Rev. | 45db08b313c3f129dd0b037b087a161a98246c0a |
---|---|
Tamaño | 445 octetos |
Tiempo | 2016-04-25 14:19:47 |
Autor | MasaoFujii |
Log Message | Add .gitignore entries for files generated by build and regression test.
|
/*
* pg_dbms_stats.h
*
* Copyright (c) 2009-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*/
#ifndef PG_DBMS_STATS_H
#define PG_DBMS_STATS_H
bool dbms_stats_is_system_schema_internal(char *schema_name);
bool dbms_stats_is_system_catalog_internal(Oid regclass);
#endif /* PG_DBMS_STATS_H */