| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [COMMITTERS] pgsql: Add generate_subscripts, a series-generation function which |
| Date: | 2008-04-29 02:26:50 |
| Message-ID: | 22747.1209436010@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> I'll change the four generate_series variants too -- they are marked
> volatile as well.
I don't think the system actually pays much attention to the volatility
marking of set-returning functions at the moment, so it wouldn't be too
surprising if they were all wrong :-(. Still, we may as well get the
catalog entries right for possible future use.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2008-04-29 04:00:33 | Re: [COMMITTERS] pgsql: Increase the statement_timeout value used in the prepared_xacts |
| Previous Message | Alvaro Herrera | 2008-04-29 02:22:31 | Re: [COMMITTERS] pgsql: Add generate_subscripts, a series-generation function which |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2008-04-29 02:57:17 | Re: Proposed patch - psql wraps at window width |
| Previous Message | Alvaro Herrera | 2008-04-29 02:22:31 | Re: [COMMITTERS] pgsql: Add generate_subscripts, a series-generation function which |