summaryrefslogtreecommitdiff
path: root/src/include/executor/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/functions.h')
-rw-r--r--src/include/executor/functions.h21
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 */