Closed japinli closed 5 months ago
@microsoft-github-policy-service agree
Hi, @marcoslot,
For the __EXTENSIONS__
macro, on illumos, the sigjmp_buf
is defined under !defined(_STRICT_STDC) || defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
, so I enabled this macro on SunOS.
See: https://github.com/illumos/illumos-gate/blob/master/usr/src/head/setjmp.h#L50-L58
Now, I only disable sign compare on illumos (which is derived from SunOS) that can fix comparison of integer expressions of different signedness: 'int' and 'unsigned int'
.
See: https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/sys/int_limits.h#L92
Please, take a look. Thank you so much for your attention and participation.
@marcoslot Thank you.
Hi,
When I try to use pg_cron on Illumos, there are some errors, such as following: