diff options
-rw-r--r-- | src/include/utils/pg_locale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index 12d75474138..85eb9d71fdc 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -80,6 +80,7 @@ struct pg_locale_t UCollator *ucol; } icu; #endif + int dummy; /* in case we have neither LOCALE_T nor ICU */ } info; }; |