General Bug Report: difficulty enabling USE_SYSLOG

Поиск
Список
Период
Сортировка
От Unprivileged user
Тема General Bug Report: difficulty enabling USE_SYSLOG
Дата
Msg-id 199907221236.IAA50741@hub.org
обсуждение исходный текст
Ответы Re: [BUGS] General Bug Report: difficulty enabling USE_SYSLOG
Список pgsql-bugs
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Jim Mercer
Your email address      : jim@reptiles.org

Category                : install: compile
Severity                : serious

Summary: difficulty enabling USE_SYSLOG

System Configuration
--------------------
  Operating System   : FreeBSD 2,3

  PostgreSQL version : 6.5,6.5.1

  Compiler used      : gcc

Hardware:
---------
Pentium

Versions of other tools:
------------------------
standard

--------------------------------------------------------------------------

Problem Description:
--------------------
the flag USE_SYSLOG is defined in config.h, which is
created by configure.
the configure script does not know about USE_SYSLOG, however, i believe it knows about syslog in general
(ie it knows if there is a syslog(), and hence can enable based on that)
the documentation talks about syslog, but does not list a procedure for enabling it.


--------------------------------------------------------------------------

Test Case:
----------


--------------------------------------------------------------------------

Solution:
---------
change configure to enable USE_SYSLOG if syslog facilities are available.


--------------------------------------------------------------------------


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Don Baccus
Дата:
Сообщение: RE: [HACKERS] Re: [BUGS] Dropped connection during COPY causes t
Следующее
От: Unprivileged user
Дата:
Сообщение: General Bug Report: enabling USE_SYSLOG breaks compile of src/backend/utils/misc/trace.c