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 3030 *
3131 *
3232 * 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 $
3434 *
3535 *-------------------------------------------------------------------------
3636 */
@@ -452,14 +452,13 @@ static void
452452InitWalSnd (void )
453453{
454454 /* use volatile pointer to prevent code rearrangement */
455- volatile WalSndCtlData * walsndctl = WalSndCtl ;
456455 int i ;
457456
458457 /*
459458 * WalSndCtl should be set up already (we inherit this by fork() or
460459 * EXEC_BACKEND mechanism from the postmaster).
461460 */
462- Assert (walsndctl != NULL );
461+ Assert (WalSndCtl != NULL );
463462 Assert (MyWalSnd == NULL );
464463
465464 /*
You can’t perform that action at this time.
0 commit comments