Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1ae019f

Browse files
committed
Fix #include problems in 9.1 branch.
Remove unnecessary and circular #include of syncrep.h from proc.h. Add htup.h to tablecmds.h so it will compile without prerequisites.
1 parent b6cfede commit 1ae019f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/include/commands/tablecmds.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef TABLECMDS_H
1515
#define TABLECMDS_H
1616

17+
#include "access/htup.h"
1718
#include "nodes/parsenodes.h"
1819
#include "storage/lock.h"
1920
#include "utils/relcache.h"

src/include/storage/proc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define _PROC_H_
1616

1717
#include "access/xlog.h"
18-
#include "replication/syncrep.h"
1918
#include "storage/latch.h"
2019
#include "storage/lock.h"
2120
#include "storage/pg_sema.h"

0 commit comments

Comments
 (0)