Re: [HACKERS] allowed user/db variables

From: Joe Conway <mail(at)joeconway(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] allowed user/db variables
Date: 2003-07-27 05:29:48
Message-ID: 3F23634C.7030805@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:
> Patch applied. Thanks.
>

There was enough code drift since this patch, that a couple of bugs
materialized.

New items have been added to GucContext and GucSource enums, but of
course they were not added to the corresponding GucContextName[] and
GucSourceName[] arrays in the patch. Here's a new patch to fix the
resulting bugs.

Joe

Attachment Content-Type Size
pg_settings-bugfix.1.patch text/plain 2.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-27 05:45:05 Re: [HACKERS] PATCH: Memory leaks on start-up
Previous Message Bruce Momjian 2003-07-27 04:35:54 Re: [HACKERS] allowed user/db variables

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-07-27 05:41:46 Re: ruleutils with pretty-print option
Previous Message Bruce Momjian 2003-07-27 04:52:19 Re: timetravel.c