From:
Neil Conway <neilc(at)samurai(dot)com>
To:
"Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc:
"Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>,Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Open items list for 8.1
Date:
2005-09-30 22:57:50
Message-ID:
1128121070.8782.2.camel@localhost.localdomain (view raw or flat )
Thread:
2005-09-26 16:49:23 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-26 17:06:41 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2005-09-26 17:13:07 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-26 17:29:53 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2005-09-26 17:29:58 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-26 17:36:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-09-26 18:30:09 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2005-09-26 18:45:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-09-26 19:54:34 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2005-09-27 16:41:16 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-27 19:06:58 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2005-09-27 19:21:41 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-27 23:19:11 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-09-27 23:49:53 from "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
2005-09-28 01:58:01 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-28 21:35:58 from "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
2005-09-28 22:07:02 from Neil Conway <neilc(at)samurai(dot)com>
2005-09-30 22:47:09 from "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
2005-09-30 22:57:50 from Neil Conway <neilc(at)samurai(dot)com>
2005-09-30 22:58:05 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-10-01 00:04:44 from "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
2005-09-29 01:45:05 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-09-29 02:22:50 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-hackers
On Fri, 2005-30-09 at 17:47 -0500, Jim C. Nasby wrote:
> What's wrong with adding pg_cancel_backend(...) RETURNS int as an alias
> for the one that returns boolean, and document that it's deprecated and
> will be removed in the future.
You can't overload functions based on their return type alone.
-Neil
In response to
pgsql-hackers by date
Next :From: Bruce MomjianDate: 2005-09-30 22:58:05
Subject : Re: Open items list for 8.1
Previous :From : Jim C. NasbyDate : 2005-09-30 22:54:49
Subject : Re: On Logging