fix for new SUSET GUC variables

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: fix for new SUSET GUC variables
Date: 2003-07-09 06:50:20
Message-ID: 200307090650.h696oKV00475@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

The first part of the patch is the doc part, the second remembers the
proper context for the postgres -d flag, and the bottom handles the new
USERLIMIT context.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 19.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Aizaz Ahmed 2003-07-09 13:55:16 Re: fix for new SUSET GUC variables
Previous Message Philip Yarra 2003-07-07 23:48:27 Fwd: Re: [HACKERS] OSF build fixed