pgsql: Make TriggerFile variable static.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make TriggerFile variable static.
Date: 2010-06-10 07:49:23
Message-ID: 20100610074923.7B32E7541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make TriggerFile variable static. It's not used outside xlog.c.

Fujii Masao

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.420 -> r1.421)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.420&r2=1.421)
pgsql/src/include/access:
xlog.h (r1.111 -> r1.112)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.111&r2=1.112)

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-06-10 08:13:50 pgsql: Rename restartpoint_command to archive_cleanup_command.
Previous Message Heikki Linnakangas 2010-06-10 07:00:28 pgsql: Return NULL instead of 0/0 in pg_last_xlog_receive_location() and