Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ae019f

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 parentb6cfede commit1ae019f

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
#ifndefTABLECMDS_H
1515
#defineTABLECMDS_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)

[8]ページ先頭

©2009-2025 Movatter.jp