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
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
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 |
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
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
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
"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.
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
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.
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
10 matches
Mail list logo