[BUGS] BUG #2705: Downloading the postgresql in website

2006-10-19 Thread Jorge Vilela
The following bug has been logged online: Bug reference: 2705 Logged by: Jorge Vilela Email address: [EMAIL PROTECTED] PostgreSQL version: any Operating system: Linux Ubuntu Description:Downloading the postgresql in website Details: The Mozilla firefox say: Unable

[BUGS] hello

2006-10-19 Thread Cristian Ionescu
My name is Cristian. I am from Romania. I try to install postgresql from tar.gz . I extract from archive all file. I enter in postgresql folder and run " ./configure". I receive this message: " *** Could not execute a simple test program. This may be a problem *** related to locating shared lib

[BUGS] Freezing is not WAL-logged

2006-10-19 Thread Heikki Linnakangas
I just noticed that freezing a tuple (in vacuumlazy.c) is not WAL-logged. That leads to this scenario: postgres=# CREATE TABLE foo (bar int); CREATE TABLE postgres=# INSERT INTO foo VALUES (1); INSERT 0 1 postgres=# SELECT xmin,xmax, bar FROM foo; xmin | xmax | bar --+--+- 669 |

[BUGS] BUG #2703: Cosmetic documentation error

2006-10-19 Thread David Begley
The following bug has been logged online: Bug reference: 2703 Logged by: David Begley Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 Operating system: n/a Description:Cosmetic documentation error Details: The release notes here: http://www.postgresql.or

[BUGS] BUG #2706: Wrong python version in 8.1.5 rpm

2006-10-19 Thread Pete Deffendol
The following bug has been logged online: Bug reference: 2706 Logged by: Pete Deffendol Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 Operating system: Red Hat Enterprise 4 Description:Wrong python version in 8.1.5 rpm Details: The new (8.1.5) postgresq

[BUGS] BUG #2707: file size at the end of the large object

2006-10-19 Thread Janos Gonda
The following bug has been logged online: Bug reference: 2707 Logged by: Janos Gonda Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: FreeBsd Description:file size at the end of the large object Details: Hi, The problem I face with is be

Re: [BUGS] Freezing is not WAL-logged

2006-10-19 Thread Tom Lane
"Heikki Linnakangas" <[EMAIL PROTECTED]> writes: > I just noticed that freezing a tuple (in vacuumlazy.c) is not > WAL-logged. The theory is that this doesn't matter because the tuple is committed either way ... it's equivalent to a hint-bit update which we don't WAL-log either.

Re: [BUGS] Freezing is not WAL-logged

2006-10-19 Thread Alvaro Herrera
Tom Lane wrote: > "Heikki Linnakangas" <[EMAIL PROTECTED]> writes: > > I just noticed that freezing a tuple (in vacuumlazy.c) is not > > WAL-logged. > > The theory is that this doesn't matter because the tuple is committed > either way ... it's equivalent to a hint-bit update which we don't > WAL

Re: [BUGS] Freezing is not WAL-logged

2006-10-19 Thread Heikki Linnakangas
Tom Lane wrote: "Heikki Linnakangas" <[EMAIL PROTECTED]> writes: I just noticed that freezing a tuple (in vacuumlazy.c) is not WAL-logged. The theory is that this doesn't matter because the tuple is committed either way ... it's equivalent to a hint-bit update which we don't WAL-log either.

Re: [BUGS] hello

2006-10-19 Thread Jim C. Nasby
On Thu, Oct 19, 2006 at 10:34:30AM +0300, Cristian Ionescu wrote: > My name is Cristian. I am from Romania. > I try to install postgresql from tar.gz . I extract from archive all > file. I enter in postgresql folder and run " ./configure". I receive > this message: > " > *** Could not execute a s