-- Forwarded Message --
Subject: Re: [HACKERS] OSF build fixed
Date: Mon, 7 Jul 2003 18:07:27 +1000
From: Philip Yarra <[EMAIL PROTECTED]>
To: Kurt Roeckx <[EMAIL PROTECTED]>, Tom Lane <[EMAIL PROTECTED]>
Cc: Joe Conway <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Patches:
int64-pq
Good catch. That help file didn't exist when I wrote the original
patch.
Both fixes you mentioned are attached and applied.
---
Aizaz Ahmed wrote:
> On Wed, 2003-07-09 at 02:50, Bruce Momjian wrote:
> > I have applied this
seems the comment of macro ARR_LBOUND missed '(a)',
here is the diff:
*** array.h.old Thu Jul 10 01:01:42 2003
--- array.h Thu Jul 10 01:01:53 2003
***
*** 81,87
* ARR_LBOUND returns a pointer to an array of array lower bounds.
*
* That is: if the third axis of an array h
On Wed, 2003-07-09 at 02:50, Bruce Momjian wrote:
> I have applied this patch, which I posted previously.
>
> It adds a new GUC context USERLIMIT which prevents certain options from
> being turned off or increased, for security. This fixes problems with
> making some options SUSET.
> ***