Re: [Bacula-devel] Win32 Regression Scripts

2007-08-30 Thread Kern Sibbald
On Friday 31 August 2007 02:05, Michael Short wrote: > I managed to get the regression scripts working today. The reason the > daemons all failed after a "make setup" was that the configuration files > were blank! A quick look at some of the scripts and it seems that most of > the regression script

Re: [Bacula-devel] Win32 Regression Scripts

2007-08-30 Thread Michael Short
I managed to get the regression scripts working today. The reason the daemons all failed after a "make setup" was that the configuration files were blank! A quick look at some of the scripts and it seems that most of the regression scripts were written to use sed, grep, and diff from the tools/ di

Re: [Bacula-devel] PostgreSQL quoting

2007-08-30 Thread Bill Moran
In response to Kern Sibbald <[EMAIL PROTECTED]>: > On Thursday 30 August 2007 22:12, Martin Simmons wrote: > > > On Thu, 30 Aug 2007 14:57:27 -0400, Dan Langille said: > > > > > > It seems that PQescapeStringConn is insufficient to avoid the warning > > > "WARNING: nonstandard use of escape i

Re: [Bacula-devel] PostgreSQL quoting

2007-08-30 Thread Kern Sibbald
On Thursday 30 August 2007 22:12, Martin Simmons wrote: > > On Thu, 30 Aug 2007 14:57:27 -0400, Dan Langille said: > > > > It seems that PQescapeStringConn is insufficient to avoid the warning > > "WARNING: nonstandard use of escape in a string literal". I'm > > running the regression tests.

Re: [Bacula-devel] PostgreSQL quoting

2007-08-30 Thread Martin Simmons
> On Thu, 30 Aug 2007 14:57:27 -0400, Dan Langille said: > > It seems that PQescapeStringConn is insufficient to avoid the warning > "WARNING: nonstandard use of escape in a string literal". I'm > running the regression tests. > > a-file-with-a-slash\-in-itlocalhost-dir > becomes > a-fil

[Bacula-devel] PostgreSQL quoting

2007-08-30 Thread Dan Langille
It seems that PQescapeStringConn is insufficient to avoid the warning "WARNING: nonstandard use of escape in a string literal". I'm running the regression tests. a-file-with-a-slash\-in-itlocalhost-dir becomes a-file-with-a-slash\\-in-itlocalhost-dir regress=# SELECT FilenameId FROM Filename

Re: [Bacula-devel] Query changes in the catalog browser and indexes

2007-08-30 Thread Marc Cousin
> > If we separate the current File data into Dirs and Files, first, we have > > reduced the amount of data that we need to look through to find the > > directory tree for a job by about a factor of 100 on most typical Unix > > systems. That is already good. Then, in the Dirs table we can have th

Re: [Bacula-devel] [Fwd: Bacula GDB traceback of bacula-dir]

2007-08-30 Thread Kern Sibbald
Hello Martin, Many thanks for the patch. I have applied it and committed it to the SVN. It will undoubtedly spare us from a good deal of support problems :-) Best regards, Kern On Wednesday 29 August 2007 21:01, Martin Simmons wrote: > > On Wed, 29 Aug 2007 14:35:28 +0200, Kern Sibbald s