Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Ashesh Vashi
Hi Pradeep, - Can you please share the log file(s) found under the temp directory (named with bitrock-*.log)? - What is the output of the following command? *echo %TEMP%* -- Thanks Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Companyhttp://www.enterprisedb.com

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Pradeep Dharmavarapu
yes, there is that folder and it was using relative settings like %LOCALUSER% or something similar and I changed it lateron to absolute paths like C:\Users\... when installations kept failing. Also, I restarted my machine everytime environment variable were changed or modified. Thank you,

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Ashesh Vashi
And, what is the output for the following commands: *echo %TEMP%* *cd %TEMP%* *echo test test.log * -- Thanks Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Companyhttp://www.enterprisedb.com *http://www.linkedin.com/in/asheshvashi*http://www.linkedin.com/in/asheshvashi

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Ashesh Vashi
The log file clearly states this: *Input Error: There is no script engine for file extension .vbs* This error can occur if no default scripting engine is set, the VBScript module is not correctly registered, or the .vbs file class settings are broken. You may need to reinstall the WSH or update

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Pradeep Dharmavarapu
There is a folder called .bitrock and inside that folder there is only .tmp_5996_6742595 directory that only contains a collection of some .png files. There are no log messages from what I have. Thank you, Pradeep Dharmavarapu Mobile: (571) 296-9783 Email: pradeep.dharmavar...@live.com

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Pradeep Dharmavarapu
echo %TEMP% - Location of the Temp directory on my system cd %TEMP% - DOS opens the Temp directory echo test test.log - creates this test.log file inside the Temp directory. Also, the log files were not at the location you mentioned, but were at the AppData\Local directory level. So I am

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Pradeep Dharmavarapu
Sorry, forgot to include the attachments in my previous email. 2 log file attached. Thank you, Pradeep Dharmavarapu Mobile: (571) 296-9783 Email: pradeep.dharmavar...@live.com From: pradeep.dharmavar...@live.com To: ashesh.va...@enterprisedb.com CC: pgsql-bugs@postgresql.org Subject: RE:

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Pradeep Dharmavarapu
I looked at that Google Groups posting and didnt think it was authentic to this software. But the root of the problem which is inline with whats mentioned in that Google post - I use notepad++ as my .vbs editor. I disassociated that in notepad++ settings and registry's .vbs HKCR was cleaned up

[BUGS] psql doesn't reuse -p after backend fail

2011-09-05 Thread hubert depesz lubaczewski
hi, pg version: 9.0.5 - head from 9.0 branch in git. ran psql with specyfying port: psql -p 4329 -U postgres -d some_database then I run query which breaks backend: =# select * from categories limit 1; The connection to the server was lost. Attempting reset: Failed. ! When I'll try to re-issue

Re: [BUGS] BUG #6194: Cannot install any of the installers

2011-09-05 Thread Ashesh Vashi
On Mon, Sep 5, 2011 at 8:26 PM, Pradeep Dharmavarapu pradeep.dharmavar...@live.com wrote: I looked at that Google Groups posting and didnt think it was authentic to this software. But the root of the problem which is inline with whats mentioned in that Google post - I use notepad++ as my

Re: [BUGS] psql doesn't reuse -p after backend fail

2011-09-05 Thread Tom Lane
hubert depesz lubaczewski dep...@depesz.com writes: ran psql with specyfying port: psql -p 4329 -U postgres -d some_database then I run query which breaks backend: =# select * from categories limit 1; The connection to the server was lost. Attempting reset: Failed. ! When I'll try to

Re: [BUGS] psql doesn't reuse -p after backend fail

2011-09-05 Thread Stefan Kaltenbrunner
On 09/05/2011 08:27 PM, Tom Lane wrote: hubert depesz lubaczewski dep...@depesz.com writes: ran psql with specyfying port: psql -p 4329 -U postgres -d some_database then I run query which breaks backend: =# select * from categories limit 1; The connection to the server was lost.

Re: [BUGS] BUG #5932: CLUSTER doesn't update n_dead_tup

2011-09-05 Thread Bruce Momjian
This is an interesting bug report from March that got no replies. In my testing, not only does CLUSTER not update the n_dead_tup statistics, but neither does VACUUM FULL, which internally uses the CLUSTER code (cluster_rel()). Is this a bug?

Re: [BUGS] BUG #5932: CLUSTER doesn't update n_dead_tup

2011-09-05 Thread Andy Lester
On Sep 5, 2011, at 3:19 PM, Bruce Momjian wrote: This is an interesting bug report from March that got no replies. In my testing, not only does CLUSTER not update the n_dead_tup statistics, but neither does VACUUM FULL, which internally uses the CLUSTER code (cluster_rel()). Is this a

Re: [BUGS] BUG #6191: One click installer fails

2011-09-05 Thread Mark Lamberton
Thanks - worked a treat. Might be useful to have the installer check for the existence of the VC++ runtime - just a suggestion... Mark Lamberton On Thu, Sep 1, 2011 at 2:47 AM, Mark Lamberton m...@penguinsystems.com.au wrote: The following bug has been logged online: Bug reference: