On Mon, 2004-11-22 at 19:10 -0500, Tom Lane wrote:
> Please do; I dislike makefiles that won't "make clean" ...
Attached is a revised patch. Will apply in a few hours barring any
objections.
-Neil
#
# patch "contrib/pgcrypto/random.c"
# from [2815b119334369b864e6b39fe21832b299fd235c]
#to [
Neil Conway <[EMAIL PROTECTED]> writes:
> Perhaps I wasn't clear: the *present* behavior of pgcrypto is to
> "compile successfully but ... be unusable" if an invalid random source
> is defined. This is prone to error. That patch changes this behavior to
> refuse to compile if an invalid random sour
Perhaps I wasn't clear: the *present* behavior of pgcrypto is to
"compile successfully but ... be unusable" if an invalid random source
is defined. This is prone to error. That patch changes this behavior to
refuse to compile if an invalid random source has been defined.
On Mon, 2004-11-22 at 10:4
Andreas Pflug <[EMAIL PROTECTED]> writes:
> The attached Makefile patch together with stylesheet-hh.xsl allows "make
> htmlhelp". stylesheet-hh.xsl is derived from stylesheet.xsl, after some
> advise from PeterE.
Um ... what's an htmlhelp?
regards, tom lane
The attached Makefile patch together with stylesheet-hh.xsl allows "make
htmlhelp". stylesheet-hh.xsl is derived from stylesheet.xsl, after some
advise from PeterE.
The result isn't perfect, but quite usable.
Regards,
Andreas
Index: Makefile
==
Neil Conway <[EMAIL PROTECTED]> writes:
> This patch makes the pgcrypto Makefile check that a recognized random
> source has been defined. If no such source is defined, pgcrypto will
> compile successfully but will be unusable.
Oh?
> +$(error "Unrecognized random source: $(random)")
Doesn't look
On Sun, 21 Nov 2004 23:37:50 +, Simon Riggs wrote:
> I've not reviewed Troels' patch in detail yet.
OK. But it would actually be a good idea if someone speaking English
natively takes a look at
http://troels.arvin.dk/db/pgsql/conformance/pgsql-sql-conformance.patch
--
Greetings from Troels