Commit ee201520 authored by Tom Lane's avatar Tom Lane

Revert "Revert part of commit dddf4cdc."

This reverts commit c114229c.
Commit 1408d5d8 should make it
safe to include these headers in the natural order.
parent 1408d5d8
...@@ -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