We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218747d commit 457a444Copy full SHA for 457a444
src/include/utils/pg_locale.h
@@ -80,6 +80,7 @@ struct pg_locale_t
80
UCollator *ucol;
81
} icu;
82
#endif
83
+ int dummy; /* in case we have neither LOCALE_T nor ICU */
84
} info;
85
};
86
0 commit comments