diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2008-06-06 22:35:22 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2008-06-06 22:35:22 +0000 |
commit | e4ca6cac434f3bb71b23ee7e5ddbf64eea89cce2 (patch) | |
tree | 98ab80fde0a4b09ed47fb3f7d8d405949c911af3 /src/backend/nodes/print.c | |
parent | c1943dbaefb9446da01281ea01b740a13f8d5a2f (diff) | |
download | postgresql-e4ca6cac434f3bb71b23ee7e5ddbf64eea89cce2.tar.gz postgresql-e4ca6cac434f3bb71b23ee7e5ddbf64eea89cce2.zip |
Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
Diffstat (limited to 'src/backend/nodes/print.c')
-rw-r--r-- | src/backend/nodes/print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/nodes/print.c b/src/backend/nodes/print.c index 5f0e94c6a00..aa595e2ced1 100644 --- a/src/backend/nodes/print.c +++ b/src/backend/nodes/print.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.87 2008/01/01 19:45:50 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.88 2008/06/06 22:35:22 alvherre Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT @@ -20,6 +20,7 @@ #include "postgres.h" #include "access/printtup.h" +#include "lib/stringinfo.h" #include "nodes/print.h" #include "optimizer/clauses.h" #include "parser/parsetree.h" |