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 2a8bea9 commit c2c26b6Copy full SHA for c2c26b6
src/backend/access/common/heapvalid.c
@@ -7,14 +7,14 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.20 1997/09/18 14:19:27 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.21 1997/09/22 03:58:32 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
15
#include <postgres.h>
16
17
-#include <access/heapam.h>
+#include <access/valid.h>
18
#include <access/xact.h>
19
20
/*
0 commit comments