icu_ext icon indicating copy to clipboard operation
icu_ext copied to clipboard

header file included twice in many places.

Open jianhe-fun opened this issue 2 years ago • 1 comments

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"

jianhe-fun avatar Oct 14 '23 08:10 jianhe-fun

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.

dverite avatar Oct 24 '23 18:10 dverite