mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
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.
This commit is contained in:
parent
b6cfede8b6
commit
1ae019f04b
2 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#ifndef TABLECMDS_H
|
||||
#define TABLECMDS_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
#include "storage/lock.h"
|
||||
#include "utils/relcache.h"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
#define _PROC_H_
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "replication/syncrep.h"
|
||||
#include "storage/latch.h"
|
||||
#include "storage/lock.h"
|
||||
#include "storage/pg_sema.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue