diff options
| author | Alvaro Herrera | 2008-06-06 22:35:22 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2008-06-06 22:35:22 +0000 |
| commit | e4ca6cac434f3bb71b23ee7e5ddbf64eea89cce2 (patch) | |
| tree | 98ab80fde0a4b09ed47fb3f7d8d405949c911af3 /src/backend/postmaster | |
| parent | c1943dbaefb9446da01281ea01b740a13f8d5a2f (diff) | |
Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
Diffstat (limited to 'src/backend/postmaster')
| -rw-r--r-- | src/backend/postmaster/postmaster.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index ba9e32627cc..751bb8244d3 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -37,7 +37,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.557 2008/05/04 21:13:35 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.558 2008/06/06 22:35:22 alvherre Exp $ * * NOTES * @@ -93,6 +93,7 @@ #endif #include "access/transam.h" +#include "access/xlog.h" #include "bootstrap/bootstrap.h" #include "catalog/pg_control.h" #include "lib/dllist.h" |
