Re: updated hstore patch - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: updated hstore patch
Date
Msg-id 87bpl3etqh.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: updated hstore patch  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: updated hstore patch
List pgsql-hackers
>>>>> "David" == "David E Wheeler" <david@kineticode.com> writes:
>> But I checked, and delete(hstore,$1) still resolves to>> delete(hstore,text) when the type of $1 is not specified,
sothere's>> no compatibility issue there that I can see. (I'm not sure I>> understand _why_ it resolves to that rather
thanbeing ambiguous...)
 
David> Right, but it does seem like it might be the best choice forDavid> now. I'd add a regression test to make sure
itstays that way.
 

I don't think there's any way to do that from the regression tests.

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: TODO item: Allow more complex user/database default GUC settings
Next
From: "David E. Wheeler"
Date:
Subject: Re: updated hstore patch