We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cfede commit 1ae019fCopy full SHA for 1ae019f
src/include/commands/tablecmds.h
@@ -14,6 +14,7 @@
14
#ifndef TABLECMDS_H
15
#define TABLECMDS_H
16
17
+#include "access/htup.h"
18
#include "nodes/parsenodes.h"
19
#include "storage/lock.h"
20
#include "utils/relcache.h"
src/include/storage/proc.h
@@ -15,7 +15,6 @@
#define _PROC_H_
#include "access/xlog.h"
-#include "replication/syncrep.h"
#include "storage/latch.h"
21
#include "storage/pg_sema.h"
0 commit comments