[PATCHES] Fwd: Re: [HACKERS] OSF build fixed

2003-07-09 Thread Philip Yarra
-- 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

Re: [PATCHES] fix for new SUSET GUC variables

2003-07-09 Thread Bruce Momjian
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

[PATCHES] typo in src/include/utils/array.h

2003-07-09 Thread Weiping He
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

Re: [PATCHES] fix for new SUSET GUC variables

2003-07-09 Thread Aizaz Ahmed
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. > ***