diff options
Diffstat (limited to 'src/include/executor/functions.h')
-rw-r--r-- | src/include/executor/functions.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h deleted file mode 100644 index becb78b6426..00000000000 --- a/src/include/executor/functions.h +++ /dev/null @@ -1,21 +0,0 @@ -/*------------------------------------------------------------------------- - * - * functions.h - * Declarations for execution of SQL-language functions. - * - * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group - * Portions Copyright (c) 1994, Regents of the University of California - * - * $Id: functions.h,v 1.19 2002/06/20 20:29:49 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef FUNCTIONS_H -#define FUNCTIONS_H - -#include "fmgr.h" - -extern Datum fmgr_sql(PG_FUNCTION_ARGS); - -#endif /* FUNCTIONS_H */ |