Re: [HACKERS] variable TriggerFile can be declared as static

2010-06-10 Thread Heikki Linnakangas
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 -- Sen

[HACKERS] variable TriggerFile can be declared as static

2010-06-10 Thread Fujii Masao
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 definition_triggerfile_v1.p