[BUGS] BUG #1092: Memory Fault in PQsetdbLogin

2004-03-04 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1092 Logged by: Fred Eisele Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Debian/GNU unstable (kernel 2.6.3) Description:Memory Fault in PQsetdbLogin Details: When opening two

Re: [BUGS] BUG #1092: Memory Fault in PQsetdbLogin

2004-03-04 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > When opening two connections using PQsetdbLogin one of the connections was > apparently being dropped, and I would get segmentation errors. > I rebuilt the program using dmalloc and it reported... > debug-malloc library: dumping program, fatal

[BUGS] BUG #1093: wrong handling of additional parameters in init script

2004-03-04 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1093 Logged by: Konstantin Pelepelin Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.4 Operating system: Linux Description:wrong handling of additional parameters in init script Details: I use RP

Re: [BUGS] BUG #1093: wrong handling of additional parameters in init

2004-03-04 Thread Bruce Momjian
We have nothing to do with that script. Contact your RPM packager or Linux distributor. --- PostgreSQL Bugs List wrote: > > The following bug has been logged online: > > Bug reference: 1093 > Logged by: Kons

Re: [BUGS] BUG #1093: wrong handling of additional parameters in init script

2004-03-04 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > Version for PostgreSQL 7.3.x contains some logic based on the name of script > NAME=`basename $0` > I assume, it is for support of multiple postmasters using additional files > /etc/sysconfig/pgsql/${NAME} > But this variable is dependable of

[BUGS] BUG #1094: date_part('week') bug

2004-03-04 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1094 Logged by: xterm Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.4 Operating system: RH Fedora Description:date_part('week') bug Details: Some late dates give in some years wrong date_part(

Re: [BUGS] BUG #1094: date_part('week') bug

2004-03-04 Thread Bruno Wolff III
On Thu, Mar 04, 2004 at 13:56:42 -0400, PostgreSQL Bugs List <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: This isn't a bug. Weeks that span years are treated as part of the year in which Thursday of that week lies. > > Bug reference: 1094 > Logged by:

Re: [BUGS] BUG #1094: date_part('week') bug

2004-03-04 Thread Robert Creager
When grilled further on (Thu, 4 Mar 2004 13:56:42 -0400 (AST)), "PostgreSQL Bugs List" <[EMAIL PROTECTED]> confessed: > Some late dates give in some years wrong > date_part('week') > > examples: > > select date_part('week', '2003-12-30'::date); > date_part > --- > 1 > (1 row)