mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Revert "Revert part of commit dddf4cdc3."
This reverts commitc114229ca2
. Commit1408d5d869
should make it safe to include these headers in the natural order.
This commit is contained in:
@ -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},
|
||||||
|
Reference in New Issue
Block a user