stackbuilder - wizard: Use popen to execute installers on *nix, to avoid

From: dpage(at)pgfoundry(dot)org (Dave Page)
To: pgsql-committers(at)postgresql(dot)org
Subject: stackbuilder - wizard: Use popen to execute installers on *nix, to avoid
Date: 2008-08-14 16:04:29
Message-ID: 20080814160429.84A9917AE73C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use popen to execute installers on *nix, to avoid wxExecute which seems to fail to call wait() in some cases.

Modified Files:
--------------
wizard:
App.cpp (r1.29 -> r1.30)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp.diff?r1=1.29&r2=1.30)
wizard/include:
App.h (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/App.h.diff?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-08-14 18:48:00 pgsql: Implement SEMI and ANTI joins in the planner and executor.
Previous Message Dave Page 2008-08-14 15:54:08 stackbuilder - wizard: Ensure the md5 code works on 64bit platforms, and