WIP patch for per-function GUC settings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-patches(at)postgreSQL(dot)org
Subject: WIP patch for per-function GUC settings
Date: 2007-09-02 02:26:06
Message-ID: 23543.1188699966@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

No documentation, regression tests, nor pg_dump support, but it seemed to
work in some light testing. The patch is large but 95% of it is the
delta to add another _null_ column to all the DATA lines in pg_proc.h.

regards, tom lane

Attachment Content-Type Size
per-function-guc-1.patch.gz application/octet-stream 86.0 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Florian G. Pflug 2007-09-03 02:18:03 Lazy xid assignment V3
Previous Message Gregory Stark 2007-09-01 20:43:42 Re: Buglet in "Sort Method" explain output in degenerate case