File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 30
30
*
31
31
*
32
32
* IDENTIFICATION
33
- * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.1 2010/01/15 09:19:03 heikki Exp $
33
+ * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.2 2010/01/15 11:47:15 heikki Exp $
34
34
*
35
35
*-------------------------------------------------------------------------
36
36
*/
@@ -452,14 +452,13 @@ static void
452
452
InitWalSnd (void )
453
453
{
454
454
/* use volatile pointer to prevent code rearrangement */
455
- volatile WalSndCtlData * walsndctl = WalSndCtl ;
456
455
int i ;
457
456
458
457
/*
459
458
* WalSndCtl should be set up already (we inherit this by fork() or
460
459
* EXEC_BACKEND mechanism from the postmaster).
461
460
*/
462
- Assert (walsndctl != NULL );
461
+ Assert (WalSndCtl != NULL );
463
462
Assert (MyWalSnd == NULL );
464
463
465
464
/*
You can’t perform that action at this time.
0 commit comments