We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ee160 commit cd4fd67Copy full SHA for cd4fd67
contrib/dbmirror/DBMirror.pl
@@ -33,7 +33,7 @@
33
#
34
35
##############################################################################
36
-# $PostgreSQL: pgsql/contrib/dbmirror/DBMirror.pl,v 1.9 2004/04/22 03:48:38 momjian Exp $
+# $PostgreSQL: pgsql/contrib/dbmirror/DBMirror.pl,v 1.10 2004/07/02 00:58:09 joe Exp $
37
38
39
@@ -249,6 +249,8 @@ ()
249
if($::slaveInfo->{'status'} eq 'FileOpen')
250
{
251
close ($::slaveInfo->{'TransactionFile'});
252
+ $::slaveInfo->{"status"} = 'FileClosed';
253
+
254
}
255
elsif($::slaveInfo->{'status'} eq 'DBOpen')
256
0 commit comments