|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.71 2001/07/19 02:12:34 tgl Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.72 2001/07/22 22:01:04 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
|
39 | 39 | #include"access/xlogutils.h"
|
40 | 40 | #include"utils/builtins.h"
|
41 | 41 | #include"utils/relcache.h"
|
| 42 | +#include"utils/selfuncs.h" |
42 | 43 | #include"miscadmin.h"
|
43 | 44 |
|
44 | 45 |
|
|