| 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 04:18:18 |
| Message-ID: | CADkLM=feEFjPCA8p_k8kPZ0aODv56wqQPx54dBaKF2SM_FOcXw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Corey Huinker | 2015-02-23 04:38:11 | Re: dblink: add polymorphic functions. |
| Previous Message | Michael Paquier | 2015-02-23 03:39:20 | Re: dblink: add polymorphic functions. |