Thread
-
variable TriggerFile can be declared as static
Fujii Masao <masao.fujii@gmail.com> — 2010-06-10T07:25:07Z
Hi, Currently the variable TriggerFile is declared as extern, but it's not used in other source file than xlog.c. How about declaring it as static? Here is the patch. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
-
Re: variable TriggerFile can be declared as static
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> — 2010-06-10T07:49:34Z
On 10/06/10 10:25, Fujii Masao wrote: > Currently the variable TriggerFile is declared as extern, but > it's not used in other source file than xlog.c. How about > declaring it as static? Here is the patch. Thanks, applied. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com