From ea9968c331ab913d07b0a7eb2c28f29915e39893 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Sat, 15 May 2010 20:01:32 +0000 Subject: Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. The new names PM_HOT_STANDBY and PMSIGNAL_BEGIN_HOT_STANDBY more accurately reflect their actual function. --- src/backend/access/transam/xlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 87b7e82a4f8..8e079176c47 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.412 2010/05/15 07:14:43 sriggs Exp $ + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.413 2010/05/15 20:01:32 rhaas Exp $ * *------------------------------------------------------------------------- */ @@ -6514,7 +6514,7 @@ CheckRecoveryConsistency(void) IsUnderPostmaster) { backendsAllowed = true; - SendPostmasterSignal(PMSIGNAL_RECOVERY_CONSISTENT); + SendPostmasterSignal(PMSIGNAL_BEGIN_HOT_STANDBY); } } -- cgit v1.2.3