From: | Thomas Lockhart <thomas(at)fourpalms(dot)org> |
---|---|
To: | PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Fixups on variable.c |
Date: | 2002-04-22 15:19:29 |
Message-ID: | 3CC42A01.2381CB34@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I've committed a bit more to variable.c to handle integer inputs to GUC
parameters (string and float were already supported). I've included the
cvs log message below.
Further changes aren't precluded of course, but the code now supports
string, integer, and floating point inputs to parameters (for those
parameters which can accept them ;).
- Thomas
Convert GUC parameters back to strings if input as integers.
Change elog(ERROR) messages to say that a variable takes one parameter,
rather than saying that it does not take multiple parameters.
From | Date | Subject | |
---|---|---|---|
Next Message | Ross J. Reedstrom | 2002-04-22 16:14:36 | Re: Documentation on page files |
Previous Message | Luis Alberto Amigo Navarro | 2002-04-22 11:58:52 | Re: Index Scans become Seq Scans after VACUUM ANALYSE |