[CLUE-Tech] postgres restart failure
    grant 
    grant at amadensor.com
       
    Thu Jun  6 08:46:49 MDT 2002
    
    
  
However, if the backend is already down, they should not complain about
losing their already lost session.  Exactly how did a shutdown happen
with open sessions left?  If you used the normal shutdown, it should have
waited for all open sessions to close.  If you used a forced shutdown, it
should have killed all connections.  The onlything I can think of is that
you set it for a normal shutdown, but no wait, which means that really, it
wouldn't start because it hadn't really stopped yet, but you didn't know
it didn't stop because you told the front end not to wait for the
shutdown.  I am attaching my startup and shutdown scripts.
______________________________________________________________________________
                          Your mouse has moved.
       You must restart Windows for your changes to take effect.
#!/usr/bin/perl
print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgstop.sh
Type: application/x-sh
Size: 59 bytes
Desc: 
Url : http://cluedenver.org/pipermail/clue-tech/attachments/20020606/179a7a55/pgstop.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgstart.sh
Type: application/x-sh
Size: 73 bytes
Desc: 
Url : http://cluedenver.org/pipermail/clue-tech/attachments/20020606/179a7a55/pgstart.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgstatus.sh
Type: application/x-sh
Size: 57 bytes
Desc: 
Url : http://cluedenver.org/pipermail/clue-tech/attachments/20020606/179a7a55/pgstatus.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgkill.sh
Type: application/x-sh
Size: 59 bytes
Desc: 
Url : http://cluedenver.org/pipermail/clue-tech/attachments/20020606/179a7a55/pgkill.sh
    
    
More information about the clue-tech
mailing list