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
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
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
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.
> 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
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
> > 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
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