OSDN Git Service

Remove an useless variable
[pghintplan/pg_hint_plan.git] / pg_stat_statements.c
index 1a92cdc..e74ddd4 100644 (file)
@@ -2,16 +2,14 @@
  *
  * pg_stat_statements.c
  * 
- * Part of pg_stat_statements.c in PostgreSQL 9.5.
+ * Part of pg_stat_statements.c in PostgreSQL 9.6.
  *
- * Copyright (c) 2008-2015, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2016, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
 
-#include <sys/stat.h>
-
 #include "access/hash.h"
 #include "parser/scanner.h"