| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: Buildfarm has got the measles |
| Date: | 2015-03-01 15:01:25 |
| Message-ID: | 20150301150125.GR2384@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Evidently the order in which child tables are visited isn't too stable.
> I'm inclined to think that that's fine and this regression test needs
> reconsideration.
Thanks for pointing it out.
I was going to just drop one of the tables, but then thought it is worth
keeping a rewrites on multiple tables executed by a single command, and
that we can fix it by simply removing the table name in the NOTICE
message; I fixed it that way instead.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Frost | 2015-03-01 15:03:29 | Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree) |
| Previous Message | Alvaro Herrera | 2015-03-01 14:37:50 | Re: rm static libraries before rebuilding |