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
"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
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
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
"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
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(
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:
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)