parameter info?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: parameter info?
Date: 2013-02-01 01:05:43
Message-ID: 510B14E7.9020907@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


What's the best way for me to find out if a given parameter of a
function is a constant? The context is that it's expensive to process,
and in most cases will in fact be a constant, so if it is in fact a
constant I'd like to process it once and stash the results.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2013-02-01 02:48:53 Re: Cascading replication: should we detect/prevent cycles?
Previous Message Josh Berkus 2013-02-01 01:04:26 Streaming-only cascading replica won't come up without writes on the master