Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c114229

Browse files
author
Amit Kapila
committed
Revert part of commit dddf4cd.
The commit dddf4cd tries to ensure that the Postgres header file inclusions are in order based on their ASCII value. However, in one of the case there is a header file dependency due to which we can't maintain such order. Author: Amit Kapila Discussion: https://postgr.es/m/E1iNpHW-000855-1u@gemulon.postgresql.org
1 parent dddf4cd commit c114229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/pgtypeslib/dt_common.c

+1-1
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
const int day_tab[2][13] = {
1515
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0},

0 commit comments

Comments
 (0)