Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8461ab5 commit 0ff81a5Copy full SHA for 0ff81a5
contrib/pgstattuple/pgstattuple.c
@@ -1,5 +1,5 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.34 2008/05/12 00:00:43 alvherre Exp $
+ * $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.35 2008/05/16 17:31:17 tgl Exp $
3
*
4
* Copyright (c) 2001,2002 Tatsuo Ishii
5
@@ -33,6 +33,7 @@
33
#include "funcapi.h"
34
#include "miscadmin.h"
35
#include "storage/bufmgr.h"
36
+#include "storage/lmgr.h"
37
#include "utils/builtins.h"
38
#include "utils/tqual.h"
39
0 commit comments