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

Commit48a7170

Browse files
committed
Added missing #includes pointed out by Keith Parks
1 parent8a1e0e8 commit48a7170

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/access/common/tupdesc.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.9 1996/11/03 10:57:24 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.10 1996/11/05 05:25:44 scrappy Exp $
1111
*
1212
* NOTES
1313
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -16,14 +16,16 @@
1616
*-------------------------------------------------------------------------
1717
*/
1818

19+
#include<stdio.h>
20+
1921
#include"postgres.h"
2022

2123
#include"parser/catalog_utils.h"
2224
#include"nodes/parsenodes.h"
2325
#include"utils/builtins.h"
2426
#include"utils/fcache.h"
25-
#include"utils/palloc.h"
2627
#include"utils/tqual.h"
28+
#include"utils/syscache.h"
2729

2830
#ifndefHAVE_MEMMOVE
2931
# include"regex/utils.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp