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

Commitf44acab

Browse files
committed
Include dependencies based on tupdesc.h, as:
access/tupdesc.hcatalog/pg_attribute.hnodes/pg_list.hnodes/nodes.haccess/attnum.h
1 parent6d4c760 commitf44acab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎src/include/access/tupdesc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: tupdesc.h,v 1.3 1996/10/19 03:58:34 scrappy Exp $
9+
* $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefTUPDESC_H
1414
#defineTUPDESC_H
1515

16+
#include"nodes/pg_list.h"
1617
#include"catalog/pg_attribute.h"
1718
#include"access/attnum.h"
18-
#include"nodes/pg_list.h"
1919

2020
typedefstructtupleDesc {
2121
/*------------------------------------------------------------------------

‎src/include/catalog/pg_attribute.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_attribute.h,v 1.2 1996/10/31 09:47:19 scrappy Exp $
10+
* $Id: pg_attribute.h,v 1.3 1996/11/01 09:22:37 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -29,7 +29,6 @@
2929
*can be read by both genbki.sh and the C compiler.
3030
* ----------------
3131
*/
32-
#include"access/attnum.h"
3332

3433
/* ----------------
3534
*pg_attribute definition. cpp turns this into

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp