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

Commitc114229

Browse files
author
Amit Kapila
committed
Revert part of commitdddf4cd.
The commitdddf4cd tries to ensure that the Postgres header fileinclusions are in order based on their ASCII value. However, in one ofthe case there is a header file dependency due to which we can't maintainsuch order.Author: Amit KapilaDiscussion:https://postgr.es/m/E1iNpHW-000855-1u@gemulon.postgresql.org
1 parentdddf4cd commitc114229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/pgtypeslib/dt_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#include<math.h>
88

99
#include"common/string.h"
10+
#include"pgtypeslib_extern.h"
1011
#include"dt.h"
1112
#include"pgtypes_timestamp.h"
12-
#include"pgtypeslib_extern.h"
1313

1414
constintday_tab[2][13]= {
1515
{31,28,31,30,31,30,31,31,30,31,30,31,0},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp