[BUGS] Regarding Postgresql is not working in windows8 environment ..!

2012-12-10 Thread Sumit kumar sharma
Dear Postgresql Team, I have downloaded 9.2 version but I am unable to install postgres sql in windows 8 please fix it as soon as possible. -- Thanks and Regards, Sumit Kumar Sharma

[BUGS] BUG #7742: Bug when backing up databases with default privileges defined on public schema

2012-12-10 Thread me
The following bug has been logged on the website: Bug reference: 7742 Logged by: Nathan Alden, Sr. Email address: m...@nathanalden.com PostgreSQL version: 9.2.2 Operating system: Windows 7 x64 Description: This report is more specific than my previous report, bug #774

[BUGS] BUG #7746: Unable to install

2012-12-10 Thread sumit4myself
The following bug has been logged on the website: Bug reference: 7746 Logged by: sumit kumar Email address: sumit4mys...@gmail.com PostgreSQL version: 9.2.2 Operating system: windows 8 Description: I have downloaded 9.2 version but I am unable to install postgreql in

[BUGS] BUG #7743: pgAdmin III does not list default privileges for schemas

2012-12-10 Thread me
The following bug has been logged on the website: Bug reference: 7743 Logged by: Nathan Alden, Sr. Email address: m...@nathanalden.com PostgreSQL version: 9.2.2 Operating system: Windows 7 x64 Description: Follow these steps to reproduce: 1. Connect to the postgres D

[BUGS] BUG #7744: docs should link to postgresql_psycopg2

2012-12-10 Thread chris . jerdonek
The following bug has been logged on the website: Bug reference: 7744 Logged by: Chris Jerdonek Email address: chris.jerdo...@gmail.com PostgreSQL version: 9.2.2 Operating system: Mac OS X Description: This section of the docs: https://docs.djangoproject.com/en/1.4/t

Re: [BUGS] init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets

2012-12-10 Thread Jeff Davis
On Mon, 2012-12-10 at 21:19 -0500, Tom Lane wrote: > I hadn't gone any further than to code and test the functions I listed. > If you are working on a complete patch, please press on. Attached. This fixes my test case[1] and uses the functions that you wrote. I made them static because I couldn't

Re: [BUGS] init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets

2012-12-10 Thread Tom Lane
Jeff Davis writes: > On Mon, 2012-12-10 at 20:27 -0500, Tom Lane wrote: >> That does seem like a good idea. We need one for an int-sized result >> too, to fix the original problem in init_htab. So I propose these >> functions: > Looks good to me. One other corner case in the version of the patc

Re: [BUGS] init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets

2012-12-10 Thread Jeff Davis
On Mon, 2012-12-10 at 20:27 -0500, Tom Lane wrote: > Jeff Davis writes: > > It looks like all of the callers, except two, immediately shift the > > result. So perhaps it would be better to make a new function (something > > like "ceil_pow2") that returns the lowest power of two greater than or > >

Re: [BUGS] init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets

2012-12-10 Thread Tom Lane
Jeff Davis writes: > It looks like all of the callers, except two, immediately shift the > result. So perhaps it would be better to make a new function (something > like "ceil_pow2") that returns the lowest power of two greater than or > equal to the input, and it can return a long (bounded to +LO

Re: [BUGS] init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets

2012-12-10 Thread Tom Lane
Jeff Davis writes: > On Sun, 2012-12-09 at 17:45 -0500, Tom Lane wrote: >> Alternatively, maybe we should hack my_log2 to do that bounding. >> As-is, it seems like trouble waiting to happen. This won't protect >> init_htab, which needs the shift result to fit in int not long. >> But my_log2 is j

Re: [BUGS] init_htab causes SIGFPE (or worse) due to miscalculation for large nbuckets

2012-12-10 Thread Jeff Davis
On Sun, 2012-12-09 at 17:45 -0500, Tom Lane wrote: > Yeah. After looking at other uses of my_log2, it seems like > hash_estimate_size and hash_select_dirsize probably should also > bound their inputs to avoid overflow of 1 << my_log2() calculations. > > Alternatively, maybe we should hack my_log

[BUGS] BUG #7750: pid file conflict in RedHat

2012-12-10 Thread postgres
The following bug has been logged on the website: Bug reference: 7750 Logged by: Timothy J Bruce Email address: postg...@tbruce.com PostgreSQL version: 9.1.6 Operating system: RedHat v6.2 Description: In line 238 of the rpm based init.d script, the pid file is called

Re: [BUGS] BUG #7734: JPA2/Hibernate4 PG enum insert causes exception

2012-12-10 Thread Euler Taveira
On 05-12-2012 18:54, rmitch...@bzzagent.com wrote: [This is not a PostgreSQL bug. It seems a limitation/bug in Hibernate dialect.] > insert into my_table (gender) values ('male'); > insert into my_table (gender) values ('female'); > insert into my_table (gender) values ('unknown'); > s/gender/ge

Re: [BUGS] BUG #7740: Installation cannot fine msi file

2012-12-10 Thread Dave Page
Hi Sandeep Note that this report is regarding an MSI installer, not one of the EDB ones. I suspect the problem is related to the fact that pgFoundry has had numerous problems over the last week or two, as well as the fact that the admins are in the process of upgrading GForge and splitting into tw

Re: [BUGS] BUG #7738: Installer takes hours running icacls

2012-12-10 Thread Sandeep Thakkar
This was reported in #7628 and was fixed in initcluster.vbs. Please send the installation logs (install-postgresql) from your system temp. On Fri, Dec 7, 2012 at 5:12 PM, wrote: > The following bug has been logged on the website: > > Bug reference: 7738 > Logged by: dnd > Email ad