Commit c114229c authored by Amit Kapila's avatar Amit Kapila

Revert part of commit dddf4cdc.

The commit dddf4cdc 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
parent dddf4cdc
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#include <math.h> #include <math.h>
#include "common/string.h" #include "common/string.h"
#include "pgtypeslib_extern.h"
#include "dt.h" #include "dt.h"
#include "pgtypes_timestamp.h" #include "pgtypes_timestamp.h"
#include "pgtypeslib_extern.h"
const int day_tab[2][13] = { const int day_tab[2][13] = {
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0}, {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment