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

Commitdc03796

Browse files
committed
Another one completely cleaned up
1 parent0b3cb80 commitdc03796

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎src/include/tcop/dest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
*
2727
* Copyright (c) 1994, Regents of the University of California
2828
*
29-
* $Id: dest.h,v 1.2 1996/11/03 12:13:19 scrappy Exp $
29+
* $Id: dest.h,v 1.3 1996/11/04 12:07:00 scrappy Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
3333
#ifndefDEST_H
3434
#defineDEST_H
3535

36-
#include"access/tupdesc.h"
36+
#include<access/tupdesc.h>
3737

3838
/* ----------------
3939
*CommandDest is used to allow the results of calling

‎src/include/tcop/pquery.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pquery.h,v 1.1 1996/08/2807:27:51 scrappy Exp $
9+
* $Id: pquery.h,v 1.2 1996/11/04 12:07:01 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefPQUERY_H
1414
#definePQUERY_H
1515

16-
#include"executor/execdesc.h"
17-
#include"tcop/dest.h"
16+
#include<executor/execdesc.h>
1817

1918
/* moved to execdesc.h
2019
extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree,

‎src/include/tcop/tcopprot.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: tcopprot.h,v 1.1 1996/08/2807:27:53 scrappy Exp $
9+
* $Id: tcopprot.h,v 1.2 1996/11/04 12:07:04 scrappy Exp $
1010
*
1111
* OLD COMMENTS
1212
* This file was created so that other c files could get the two
@@ -18,9 +18,8 @@
1818
#ifndefTCOPPROT_H
1919
#defineTCOPPROT_H
2020

21-
#include"tcop/dest.h"
22-
#include"nodes/pg_list.h"
23-
#include"parser/parse_query.h"
21+
#include<executor/execdesc.h>
22+
#include<parser/parse_query.h>
2423

2524
#ifndefBOOTSTRAP_INCLUDE
2625
externList*pg_plan(char*query_string,Oid*typev,intnargs,

‎src/include/tcop/utility.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: utility.h,v 1.1 1996/08/2807:27:54 scrappy Exp $
9+
* $Id: utility.h,v 1.2 1996/11/04 12:07:05 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefUTILITY_H
1414
#defineUTILITY_H
1515

16+
#include<executor/execdesc.h>
17+
1618
externvoidProcessUtility(Node*parsetree,CommandDestdest);
1719

1820
#endif/* UTILITY_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp