Prechádzať zdrojové kódy

use 'fast' (rollback active transactions) instead of 'smart' (wait for all clients to disconnect) mode for shutting down PostgreSQL because else PostgreSQL hangs endless waiting for clients like Apache/mod_perl which never disconnect if not forced to

Ralf S. Engelschall 20 rokov pred
rodič
commit
09fef86b6f
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      postgresql/postgresql.spec
  2. 1 1
      postgresql/rc.postgresql

+ 1 - 1
postgresql/postgresql.spec

@@ -44,7 +44,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20051114
+Release:      20051118
 
 #   package options
 %option       with_server    yes

+ 1 - 1
postgresql/rc.postgresql

@@ -8,7 +8,7 @@
     postgresql_flags=""
     postgresql_datadir="@l_prefix@/var/postgresql/db"
     postgresql_rundir="@l_prefix@/var/postgresql/run"
-    postgresql_shut_mode="smart"
+    postgresql_shut_mode="fast"
     postgresql_socket_inet="127.0.0.1"
     postgresql_socket_unix="@l_prefix@/var/postgresql/run/"
     postgresql_log_prolog="true"