diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-03-13 01:34:42 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-03-13 01:34:42 -0400 |
commit | 886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch) | |
tree | 0f837485442f44abfb64f8867bbfd06dfad50346 /src/backend/utils/adt/pg_locale.c | |
parent | a3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff) | |
download | postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.tar.gz postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.zip |
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/backend/utils/adt/pg_locale.c')
-rw-r--r-- | src/backend/utils/adt/pg_locale.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/utils/adt/pg_locale.c b/src/backend/utils/adt/pg_locale.c index f34446329f5..0c8474df54a 100644 --- a/src/backend/utils/adt/pg_locale.c +++ b/src/backend/utils/adt/pg_locale.c @@ -463,7 +463,6 @@ PGLC_localeconv(void) save_lc_numeric = pstrdup(save_lc_numeric); #ifdef WIN32 - /* * Ideally, monetary and numeric local symbols could be returned in any * server encoding. Unfortunately, the WIN32 API does not allow @@ -645,7 +644,6 @@ cache_locale_time(void) save_lc_time = pstrdup(save_lc_time); #ifdef WIN32 - /* * On WIN32, there is no way to get locale-specific time values in a * specified locale, like we do for monetary/numeric. We can only get @@ -1172,7 +1170,6 @@ wchar2char(char *to, const wchar_t *from, size_t tolen, pg_locale_t locale) return 0; #ifdef WIN32 - /* * On Windows, the "Unicode" locales assume UTF16 not UTF8 encoding, and * for some reason mbstowcs and wcstombs won't do this for us, so we use |