pgsql: Pass a strdup'd ident string to openlog(), to ensure that

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Pass a strdup'd ident string to openlog(), to ensure that
Date: 2005-10-14 16:41:41
Message-ID: 20051014164141.8AE02D940E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Pass a strdup'd ident string to openlog(), to ensure that reallocation
of GUC memory doesn't cause us to start emitting a bogus ident string.
Per report from Han Holl. Also some trivial code cleanup in write_syslog.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/error:
elog.c (r1.104 -> r1.104.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.104&r2=1.104.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Aglio 2005-10-14 16:54:37 press - pr: Changed extension on press faq so that people can read it.
Previous Message Tom Lane 2005-10-14 16:41:28 pgsql: Pass a strdup'd ident string to openlog(), to ensure that