File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.420 2010/06/10 07:00:27 heikki Exp $
10
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.421 2010/06/10 07:49:23 heikki Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -190,7 +190,7 @@ static TimestampTz recoveryLastXTime = 0;
190
190
/* options taken from recovery.conf for XLOG streaming */
191
191
static bool StandbyMode = false;
192
192
static char * PrimaryConnInfo = NULL ;
193
- char * TriggerFile = NULL ;
193
+ static char * TriggerFile = NULL ;
194
194
195
195
/* if recoveryStopsHere returns true, it saves actual stop xid/time here */
196
196
static TransactionId recoveryStopXid ;
Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.111 2010/04/29 21:36:19 tgl Exp $
9
+ * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.112 2010/06/10 07:49:23 heikki Exp $
10
10
*/
11
11
#ifndef XLOG_H
12
12
#define XLOG_H
@@ -258,10 +258,6 @@ typedef struct CheckpointStatsData
258
258
259
259
extern CheckpointStatsData CheckpointStats ;
260
260
261
- /* Read from recovery.conf, in startup process */
262
- extern char * TriggerFile ;
263
-
264
-
265
261
extern XLogRecPtr XLogInsert (RmgrId rmid , uint8 info , XLogRecData * rdata );
266
262
extern void XLogFlush (XLogRecPtr RecPtr );
267
263
extern void XLogBackgroundFlush (void );
You can’t perform that action at this time.
0 commit comments