From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: small dblink patch |
Date: | 2002-05-27 21:45:54 |
Message-ID: | 3CF2A912.3020906@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Tom Lane wrote:
> This isn't going to fix the problem --- all the functions are still
> declared to take type NAME, which will not be long enough for
> qualified names. You need to replace the use of NAME with use of
> TEXT.
> I don't particularly care for that answer. Would instead suggest you
> borrow the coding now being used in sequence.c and other places where
> text arguments are interpreted as relation names:
OK - this patch is a bit larger -- followed your advise, and moved
internal declarations from dblink.h to dblink.c while I was at it.
Please apply if there are no more objections.
Thanks,
Joe
Attachment | Content-Type | Size |
---|---|---|
dblink.2002.05.27.1.patch | text/plain | 19.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bear Giles | 2002-05-27 21:47:59 | Re: SSL (patch 2) |
Previous Message | Bear Giles | 2002-05-27 21:33:45 | Re: SSL (patch 1) |