| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_upgrade versus MSVC build scripts |
| Date: | 2010-05-12 23:02:22 |
| Message-ID: | 7003.1273705342@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Now that it only targets the packaged version, I can do with a single
> shared object, but maybe it needs to be more generic, like
> pg_upgrade_tools.so or something like that.
+1 for pg_upgrade_tools or pg_upgrade_support or some such name.
> I realize we need a separate pgxs makefile for the executable and shared
> libraries. My question was whether the shared library directory should
> be under /contrib or under /contrib/pg_upgrade.
It has to be directly under /contrib, because the MSVC build scripts
only look there for contrib modules to build.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2010-05-12 23:07:03 | Re: pg_upgrade versus MSVC build scripts |
| Previous Message | Bruce Momjian | 2010-05-12 22:49:59 | Re: pg_upgrade versus MSVC build scripts |