Re: dblink: add polymorphic functions.

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Joe Conway <mail(at)joeconway(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: dblink: add polymorphic functions.
Date: 2015-07-29 07:48:31
Message-ID: 55B8854F.6000006@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07/18/2015 01:32 AM, Corey Huinker wrote:
> So this patch would result in less C code while still adding 3 new
> functions. Can anyone think of why that wouldn't be the best way to go?

Let's pursue the "CAST(srf() AS row_rtype)" syntax that Joe suggested
upthread
(http://www.postgresql.org/message-id/559A9643.9070409@joeconway.com).
For some reason, the discussion went on around the details of the
submitted patch after that, even though everyone seemed to prefer the
CAST() syntax.

- Heikki

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-29 07:51:58 Re: Don'st start streaming after creating a slot in pg_receivexlog
Previous Message Andres Freund 2015-07-29 07:37:26 Don'st start streaming after creating a slot in pg_receivexlog