[BUGS] BUG #7968: Perl DBI segfaults in connect()

2013-03-18 Thread mperilstein
The following bug has been logged on the website: Bug reference: 7968 Logged by: Mitchell Perilstein Email address: mperilst...@trueposition.com PostgreSQL version: 9.1.5 Operating system: SPARC Solaris 10 Description: Summary: A perl DBI/DBD client makes a connect()

[BUGS] BUG #7956: Installation fails saying database cluster initialization failed

2013-03-18 Thread navin . pro
The following bug has been logged on the website: Bug reference: 7956 Logged by: Nav Email address: navin@gmail.com PostgreSQL version: 9.2.3 Operating system: Windows Description: I've posted the solution to my problem here: http://dba.stackexchange.com/a/36901 I

[BUGS] BUG #7967: Wrong week number in extract function

2013-03-18 Thread noose
The following bug has been logged on the website: Bug reference: 7967 Logged by: Pawel Kobylak Email address: no...@noose.pl PostgreSQL version: 9.1.3 Operating system: Debian Description: Hi, I'm running that query and result is ... unexpected for me... Query: selec

Re: [BUGS] BUG #7968: Perl DBI segfaults in connect()

2013-03-18 Thread Tom Lane
mperilst...@trueposition.com writes: > Summary: A perl DBI/DBD client makes a connect() call to a db server in down > or restarting state and coredumps. The stack trace looks like the problem is in a notice handler installed by DBD-Pg, not in libpq proper. I'm not sure that the authors of DBD-Pg

Re: [BUGS] BUG #7968: Perl DBI segfaults in connect()

2013-03-18 Thread Tom Lane
Mitchell Perilstein writes: > Yes, that was a better place to look. They have it already: > https://rt.cpan.org/Public/Bug/Display.html?id=69664 Looks like they don't know how to reproduce it though, so you could help them out by adding a test case there. regards, tom l

Re: [BUGS] BUG #7967: Wrong week number in extract function

2013-03-18 Thread Thomas Kellerer
no...@noose.pl wrote on 18.03.2013 09:23: The following bug has been logged on the website: Bug reference: 7967 Logged by: Pawel Kobylak Email address: no...@noose.pl PostgreSQL version: 9.1.3 Operating system: Debian Description: Hi, I'm running that query and result is ..

Re: [BUGS] BUG #7967: Wrong week number in extract function

2013-03-18 Thread Tom Lane
no...@noose.pl writes: > I'm running that query and result is ... unexpected for me... > Query: > select '2012-12-31', EXTRACT(year from '2012-12-31'::date), EXTRACT(week > from '2012-12-31'::date) It's correct, because "week" follows the ISO definition of week counting. According to that, 2012-

Re: [BUGS] BUG #7968: Perl DBI segfaults in connect()

2013-03-18 Thread Mitchell Perilstein
Yes, that was a better place to look. They have it already: https://rt.cpan.org/Public/Bug/Display.html?id=69664 Thanks! On 03/18/2013 12:33 PM, Tom Lane wrote: mperilst...@trueposition.com writes: Summary: A perl DBI/DBD client makes a connect() call to a db server in down or restarting st

[BUGS] BUG #7969: Postgres Recovery Fatal With: "incorrect local pin count: 2"

2013-03-18 Thread yjxiao
The following bug has been logged on the website: Bug reference: 7969 Logged by: Yunong Xiao Email address: yjx...@gmail.com PostgreSQL version: 9.2.2 Operating system: SmartOS (Solaris) Description: I have an instance of postgresql 9.2.2 running on Solaris. At some p