Re: patch for include/utils/datetime.h to target NetWare
В списке pgsql-hackers по дате отправления:
| От | Thomas Lockhart |
|---|---|
| Тема | Re: patch for include/utils/datetime.h to target NetWare |
| Дата | |
| Msg-id | 3C9D7C83.9766516C@fourpalms.org обсуждение исходный текст |
| Ответ на | patch for include/utils/datetime.h to target NetWare (Ulrich Neumann <u_neumann@gne.de>) |
| Список | pgsql-hackers |
> I would be happy if it is possible to apply this patch to include/utils/datetime.h
> to target NetWare.
> On NetWare TIMEZONE_GLOBAL is _timezone.
Without a context diff, it is not entirely clear to me what *exactly*
the patch is doing since I'm working with an already-patched datetime.h.
However, if you need TIMEZONE_GLOBAL defined as "_timezone" for netware
(as it is already defined for cygwin), then couldn't the patch simply
change
#ifdef __CYGWIN__
to
#if defined(__CYGWIN__) || defined(N_PLAT_NLM)
leaving everything else the same? Let me know and I'll go ahead and
patch it (unless of course, others on netware see a problem)...
- Thomas
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера