Re: [BUGS] npgssql 5gb installation

2012-11-20 Thread Ashesh Vashi
On Tue, Nov 20, 2012 at 3:56 PM, Peter Kroon wrote: > Hi, > > *9.2.1 W732* > I've installed Npgsql via stackbuilder. > I could not get it to "run". > <%@ Assembly name="Npgsql" %> failed and > <%@ Import Namespace="Npgsql" %> failed as well. > So I uninstall and found out that npgsql is 5gb. > Hi

[BUGS] BUG #7683: pg_upgrade missing configuration file

2012-11-20 Thread bernhard . schrader
The following bug has been logged on the website: Bug reference: 7683 Logged by: Bernhard Schrader Email address: bernhard.schra...@innogames.de PostgreSQL version: 9.2.1 Operating system: Debian Squeeze Description: Hi there, short term explanation, I have the probl

Re: [BUGS] BUG #7676: pgSocketCheck dosen`t return

2012-11-20 Thread Tom Lane
yongchao...@newtouch.cn writes: > I have this problem today: one thread of our application hung, and > we found the thread waiting for the result of poll() function. poll() > was called by pgSocketCheck(). So is it a bug of pg? So far as anyone can tell, this trace just indicates that the applicat

[BUGS] BUG #7684: pg_dumpall doesn't sort "CREATE SERVER"s options correctly

2012-11-20 Thread timur . luchkin
The following bug has been logged on the website: Bug reference: 7684 Logged by: Timur Luchkin Email address: timur.luch...@gmail.com PostgreSQL version: 9.2.1 Operating system: OpenSolaris Description: Looks like pg_dumpall sorts 'create server FOREIGN DATA WRAPPER'

[BUGS] BUG #7685: last_value() not consistent throughout window partition

2012-11-20 Thread wes
The following bug has been logged on the website: Bug reference: 7685 Logged by: Wes Devauld Email address: w...@devauld.ca PostgreSQL version: 9.2.1 Operating system: Windows 7 Enterprise Description: -- The last_value(0 window function appears to be changing values

Re: [BUGS] BUG #7684: pg_dumpall doesn't sort "CREATE SERVER"s options correctly

2012-11-20 Thread Tom Lane
timur.luch...@gmail.com writes: > Looks like pg_dumpall sorts 'create server FOREIGN DATA WRAPPER' options > (keys) as varchar and not as integer. AFAIK there's no particular guarantee that they're dumped in any specific order. > which causes next error during the load: > ERROR: Pl/Proxy: parti

{Not A Bug} RE: [BUGS] BUG #7685: last_value() not consistent throughout window partition

2012-11-20 Thread David Johnston
> -Original Message- > From: pgsql-bugs-ow...@postgresql.org [mailto:pgsql-bugs- > ow...@postgresql.org] On Behalf Of w...@devauld.ca > Sent: Tuesday, November 20, 2012 10:28 AM > To: pgsql-bugs@postgresql.org > Subject: [BUGS] BUG #7685: last_value() not consistent throughout window > part

Re: [BUGS] BUG #7685: last_value() not consistent throughout window partition

2012-11-20 Thread Tom Lane
w...@devauld.ca writes: > -- The last_value(0 window function appears to be changing values > -- mid window. An example is detailed below. So far as I can see, these results are correct per spec. Note the caution in the manual about these window functions: Note that first_value, last_value, a

Re: [BUGS] BUG #7643: Issuing a shutdown request while server startup leads to server hang

2012-11-20 Thread Tom Lane
Hari Babu writes: >> We're going to need more details about how to reproduce this. > The problem occurs only when active server is restarting by just adding a > recovery.conf file to the data directory. Well, you can't just put an empty file there, but I eventually managed to reproduce this wit

Re: [BUGS] BUG #7676: pgSocketCheck dosen`t return

2012-11-20 Thread Amit Kapila
On Monday, November 19, 2012 11:31 AM yongchao...@newtouch.cn wrote: > The following bug has been logged on the website: > > Bug reference: 7676 > Logged by: yonchao > Email address: yongchao...@newtouch.cn > PostgreSQL version: 8.4.6 > Operating system: CentOS 5.5(64bit) > De