mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Fixed all elog related warnings, as well as a few others.
This commit is contained in:
@@ -29,7 +29,7 @@ typedef unsigned int slock_t;
|
||||
|
||||
#endif
|
||||
|
||||
#if (__GLIBC__ >= 2)
|
||||
#if defined(__GLIBC__) && (__GLIBC__ >= 2)
|
||||
#ifdef HAVE_INT_TIMEZONE
|
||||
#undef HAVE_INT_TIMEZONE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user