Re: [BUGS] Failed assert ((data - start) == data_size) in heaptuple.c

2011-04-06 Thread Tom Lane
Brendan Jurd writes: > TRAP: FailedAssertion("!((data - start) == data_size)", File: > "heaptuple.c", Line: 255) [ scratches head ... ] That implies that heap_fill_tuple came to a different conclusion about a tuple's data size than the immediately preceding heap_compute_data_size. Which I would

[BUGS] Failed assert ((data - start) == data_size) in heaptuple.c

2011-04-06 Thread Brendan Jurd
Hi folks, I am running a 9.0.3 Hot Standy + Streaming Replication slave which occasionally segfaults (every 1-2 days). I rebuilt Postgres with --enable-cassert and --enable-debug, switched on core dumping and waited for some results. The first crash since enabling debugging was a failed assert i

[BUGS] BUG #5966: extract(epoch..) function error

2011-04-06 Thread Ricardo Solanilla
The following bug has been logged online: Bug reference: 5966 Logged by: Ricardo Solanilla Email address: i...@abaco-tandil.com.ar PostgreSQL version: 8.3.0 b.1400 Operating system: windows nt Description:extract(epoch..) function error Details: -- try this select

Re: [BUGS] BUG #5965: PostgreSQL crashes during connection

2011-04-06 Thread Alvaro Herrera
Excerpts from Daniel Migowski's message of miƩ abr 06 06:45:25 -0300 2011: > PostgreSQL version: 8.3.9 > Operating system: Windows 7 > My PostgreSQL server just crashed during an attempt to connect to it > (multiple times at once, a connection pool just started up). > > These lines were found

[BUGS] BUG #5965: PostgreSQL crashes during connection

2011-04-06 Thread Daniel Migowski
The following bug has been logged online: Bug reference: 5965 Logged by: Daniel Migowski Email address: dmigow...@ikoffice.de PostgreSQL version: 8.3.9 Operating system: Windows 7 Description:PostgreSQL crashes during connection Details: Hi, My PostgreSQL server ju