Improve GUC USERLIMIT code

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Improve GUC USERLIMIT code
Date: 2004-04-05 02:49:14
Message-ID: 200404050249.i352nEA20874@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I have just applied the attached patch:

Improve handling of GUC USERLIMIT variables by reorganizing code. Also,
handle new postgresql.conf values with SIGHUP better by better enforcing
USERLIMIT settings on existing non-super-user backends.

--
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 9.5 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-04-05 03:02:40 Re: Updated logging config (was: Initial eventlog support
Previous Message Claudio Natoli 2004-04-05 01:13:09 Re: MSFT compiler fixes + misc