json function volatility

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: json function volatility
Date: 2014-10-17 20:03:10
Message-ID: 544175FE.3080306@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Following up something Pavel wrote, I notice that json_agg() and
json_object_agg() are both marked as immutable, even though they invoke
IO functions, while json_object is marked stable, even though it does
not, and can probably be marked as immutable. Mea maxima culpa.

I'm not sure what we should do about these things now. Is it a tragedy
if we let these escape into the 9.4 release that way?

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2014-10-17 20:12:03 Re: Materialized views don't show up in information_schema
Previous Message Jeff Janes 2014-10-17 19:56:16 Re: pgcrypto: PGP signatures