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

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
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy