mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
C comments: remove odd blank lines after #ifdef WIN32 lines
This commit is contained in:
@@ -3950,7 +3950,6 @@ convert_string_datum(Datum value, Oid typid)
|
||||
xfrmlen = strxfrm(NULL, val, 0);
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
|
||||
/*
|
||||
* On Windows, strxfrm returns INT_MAX when an error occurs. Instead
|
||||
* of trying to allocate this much memory (and fail), just return the
|
||||
|
||||
Reference in New Issue
Block a user