icu_ext
icu_ext copied to clipboard
header file included twice in many places.
just found out the small issue: in icu_date.c #include "icu_ext.h" inside already include #include "postgres.h"
aslo #include "datatype/timestamp.h" inside already include #include "datatype/timestamp.h"
Thanks for noticing! I've made the includes a bit more consistent with commit 0161c1c C files can still include ICU files in common with icu_ext.h but I'm okay with that.