Fixups on variable.c - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Fixups on variable.c
Date
Msg-id 3CC42A01.2381CB34@fourpalms.org
Whole thread Raw
List 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
multipleparameters.
 


pgsql-hackers by date:

Previous
From: "Luis Alberto Amigo Navarro"
Date:
Subject: Re: Index Scans become Seq Scans after VACUUM ANALYSE
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: Documentation on page files