Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-12 Thread Marc Cousin
The Wednesday 12 May 2010 14:28:39, Martin Simmons wrote : > > On Wed, 12 May 2010 07:19:39 +0200, Marc Cousin said: > > The Tuesday 11 May 2010 20:23:18, Martin Simmons wrote : > > > 3) Apart from bloat (solved by reindex + vacuum), the old setup had > > > been > > > > > >working flawless

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-12 Thread Martin Simmons
> On Wed, 12 May 2010 07:19:39 +0200, Marc Cousin said: > > The Tuesday 11 May 2010 20:23:18, Martin Simmons wrote : > > 3) Apart from bloat (solved by reindex + vacuum), the old setup had been > >working flawlessly for a long time. It seemed unlikely that the bugs in > >old PostgreSQ

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-11 Thread Marc Cousin
The Tuesday 11 May 2010 20:23:18, Martin Simmons wrote : > > On Tue, 11 May 2010 18:04:18 +0200, Marc Cousin said: > > The Tuesday 11 May 2010 13:22:49, Martin Simmons wrote : > > > > On Tue, 11 May 2010 02:22:53 -0400, Kern Sibbald said: > > > > On Tuesday 11 May 2010 01:42:15 Marc Cousin

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-11 Thread Martin Simmons
> On Tue, 11 May 2010 18:04:18 +0200, Marc Cousin said: > > The Tuesday 11 May 2010 13:22:49, Martin Simmons wrote : > > > On Tue, 11 May 2010 02:22:53 -0400, Kern Sibbald said: > > > On Tuesday 11 May 2010 01:42:15 Marc Cousin wrote: > > > > 2010/5/11 Dan Langille > > > > > > > > > I'm

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-11 Thread Martin Simmons
> On Tue, 11 May 2010 17:10:37 +0200, Eric Bollengier said: > > Hello Martin, > > > - db_add_digest_to_file_record and db_mark_file_record were very slow > > because the query optimizer failed to use the file_pkey index due to > > datatype mismatch. I hacked around that but the patch is not

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-11 Thread Marc Cousin
The Tuesday 11 May 2010 13:22:49, Martin Simmons wrote : > > On Tue, 11 May 2010 02:22:53 -0400, Kern Sibbald said: > > On Tuesday 11 May 2010 01:42:15 Marc Cousin wrote: > > > 2010/5/11 Dan Langille > > > > > > > I'm seeing this error during regression testing: > > > > > > > > ==>Entering d

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-11 Thread Eric Bollengier
Hello Martin, > - db_add_digest_to_file_record and db_mark_file_record were very slow > because the query optimizer failed to use the file_pkey index due to > datatype mismatch. I hacked around that but the patch is not clean. Can you be more specific for this issue ? The code looks to use integ

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-11 Thread Martin Simmons
> On Tue, 11 May 2010 02:22:53 -0400, Kern Sibbald said: > > On Tuesday 11 May 2010 01:42:15 Marc Cousin wrote: > > 2010/5/11 Dan Langille > > > > > I'm seeing this error during regression testing: > > > > > > ==>Entering directory > > > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-10 Thread Kern Sibbald
On Tuesday 11 May 2010 01:42:15 Marc Cousin wrote: > 2010/5/11 Dan Langille > > > I'm seeing this error during regression testing: > > > > ==>Entering directory > > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/build/src/cats > > postgresql.c:50:78: error: pg_config_manual.h: No such fil

Re: [Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-10 Thread Marc Cousin
2010/5/11 Dan Langille > I'm seeing this error during regression testing: > > ==>Entering directory > /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/build/src/cats > postgresql.c:50:78: error: pg_config_manual.h: No such file or directory > *** Error code 1 > > > It happens on PG 7.3 on

[Bacula-devel] Regression testing failure with PostgreSQL 7.3

2010-05-10 Thread Dan Langille
I'm seeing this error during regression testing: ==>Entering directory /usr/home/dan/src/BaculaRegressionTesting-TRUNK/regress/build/src/cats postgresql.c:50:78: error: pg_config_manual.h: No such file or directory *** Error code 1 It happens on PG 7.3 on FreeBSD. The above should be in the re