Re: dblink: add polymorphic functions.

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dblink: add polymorphic functions.
Date: 2015-02-23 06:26:55
Message-ID: CADkLM=eLdouN=tF+tbJOdunW_cncz7=aGaryYLMjW29My9q1RA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Changes in this patch:
- added polymorphic versions of dblink_fetch()
- upped dblink version # to 1.2 because of new functions
- migration 1.1 -> 1.2
- DocBook changes for dblink(), dblink_get_result(), dblink_fetch()

On Sun, Feb 22, 2015 at 11:38 PM, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
wrote:

> "nevermind". Found it.
>
> On Sun, Feb 22, 2015 at 11:18 PM, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
> wrote:
>
>> Yes, that was it, I discovered it myself and should have posted a
>> "nevermind".
>>
>> Now I'm slogging through figuring out where to find elog() messages from
>> the temporary server. It's slow, but it's progress.
>>
>> On Sun, Feb 22, 2015 at 10:39 PM, Michael Paquier <
>> michael(dot)paquier(at)gmail(dot)com> wrote:
>>
>>> On Mon, Feb 23, 2015 at 12:03 PM, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
>>> wrote:
>>> > + ERROR: could not stat file
>>> >
>>> "/home/ubuntu/src/postgres/contrib/dblink/tmp_check/install/usr/local/pgsql/share/extension/dblink--1.2.sql":
>>> > No such file or directory
>>>
>>> Didn't you forget to add dblink--1.2.sql to DATA in contrib/dblink
>>> Makefile? That would explain why this file has not been included in
>>> the temporary installation deployed by pg_regress.
>>> --
>>> Michael
>>>
>>
>>
>

Attachment Content-Type Size
dblink-anyelement.20150223.diff text/plain 18.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-02-23 06:27:03 Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree)
Previous Message Venkata Balaji N 2015-02-23 06:21:26 Re: Redesigning checkpoint_segments