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 b40776d commit e18ca9bCopy full SHA for e18ca9b
src/backend/commands/cluster.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/commands/cluster.c,v 1.161 2007/05/18 23:19:41 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/cluster.c,v 1.162 2007/05/19 01:02:34 alvherre Exp $
15
16
*-------------------------------------------------------------------------
17
*/
@@ -20,6 +20,7 @@
20
#include "access/genam.h"
21
#include "access/heapam.h"
22
#include "access/rewriteheap.h"
23
+#include "access/transam.h"
24
#include "access/xact.h"
25
#include "catalog/catalog.h"
26
#include "catalog/dependency.h"
0 commit comments