We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732a3ee commit 94cb3fdCopy full SHA for 94cb3fd
src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.71 2001/07/19 02:12:34 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.72 2001/07/22 22:01:04 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -39,6 +39,7 @@
39
#include "access/xlogutils.h"
40
#include "utils/builtins.h"
41
#include "utils/relcache.h"
42
+#include "utils/selfuncs.h"
43
#include "miscadmin.h"
44
45
0 commit comments