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

Commitfad1ea8

Browse files
committed
Move math.h after postgresql.h
1 parent10157d4 commitfad1ea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/executor/nodeHash.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/executor/nodeHash.c,v 1.105 2006/07/1316:49:15 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/executor/nodeHash.c,v 1.106 2006/07/1320:14:12 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -19,10 +19,10 @@
1919
*ExecEndHash- shutdown node and subnodes
2020
*/
2121

22-
#include<math.h>
23-
2422
#include"postgres.h"
2523

24+
#include<math.h>
25+
2626
#include"executor/execdebug.h"
2727
#include"executor/hashjoin.h"
2828
#include"executor/instrument.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp