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

Commit22c734f

Browse files
committed
Remove execdesc.h inclusion from tcopprot.h
1 parent4394fe3 commit22c734f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎src/backend/commands/schemacmds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include"postgres.h"
1616

1717
#include"access/htup_details.h"
18+
#include"access/heapam.h"
1819
#include"access/xact.h"
1920
#include"catalog/catalog.h"
2021
#include"catalog/dependency.h"

‎src/backend/storage/ipc/procsignal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include"miscadmin.h"
2222
#include"storage/latch.h"
2323
#include"storage/ipc.h"
24+
#include"storage/shmem.h"
2425
#include"storage/sinval.h"
2526
#include"tcop/tcopprot.h"
2627

‎src/include/tcop/tcopprot.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
#ifndefTCOPPROT_H
2020
#defineTCOPPROT_H
2121

22-
#include"executor/execdesc.h"
22+
#include"nodes/params.h"
2323
#include"nodes/parsenodes.h"
24+
#include"nodes/plannodes.h"
2425
#include"storage/procsignal.h"
2526
#include"utils/guc.h"
2627

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp