| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_upgrade and extra_float_digits |
| Date: | 2010-05-18 03:27:53 |
| Message-ID: | 201005180327.o4I3Rrl28097@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian wrote:
> Well, to do it on the fly, you need to:
>
> use $libdir for regression .so files, not absolute paths
> change CREATE OR REPLACE LANGUAGE to simple CREAtE for 8.4
> run it twice to fix inheritance COPY column ordering
> deal with extra_float_digits
>
> That sounds tricky.
I have added the attached file to CVS to explain the proper pg_upgrade
testing method.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 2.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2010-05-18 05:25:55 | Re: Stefan's bug (was: max_standby_delay considered harmful) |
| Previous Message | Greg Stark | 2010-05-18 03:25:09 | Re: including PID or backend ID in relpath of temp rels |