File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.267 2008/11/11 13:19:15 heikki Exp $
13
+ * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.268 2008/11/11 14:17:01 tgl Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
26
26
#include "access/twophase.h"
27
27
#include "access/xact.h"
28
28
#include "access/xlogutils.h"
29
+ #include "catalog/catalog.h"
29
30
#include "catalog/namespace.h"
30
31
#include "commands/async.h"
31
32
#include "commands/tablecmds.h"
Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/backend/storage/buffer/localbuf.c,v 1.82 2008/11/11 13:19:16 heikki Exp $
12
+ * $PostgreSQL: pgsql/src/backend/storage/buffer/localbuf.c,v 1.83 2008/11/11 14:17:02 tgl Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
16
16
#include "postgres.h"
17
17
18
+ #include "catalog/catalog.h"
18
19
#include "storage/buf_internals.h"
19
20
#include "storage/bufmgr.h"
20
21
#include "storage/smgr.h"
You can’t perform that action at this time.
0 commit comments