• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

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.

Content

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