X-Original-To: pgsql-general-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 36F409FA2A9 for ; Fri, 30 Jun 2006 15:39:53 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 94967-02 for ; Fri, 30 Jun 2006 15:39:47 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id A83679FA0EC for ; Fri, 30 Jun 2006 15:39:46 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id k5UIdeog025889; Fri, 30 Jun 2006 14:39:40 -0400 (EDT) To: David Fetter cc: Scott Marlowe , Jason McManus , pgsql general Subject: Re: Notes on converting from MySQL 5.0.x to PostgreSQL In-reply-to: <20060630180119.GD7035@fetter.org> References: <1151680333.13129.55.camel@state.g2switchworks.com> <24350.1151681944@sss.pgh.pa.us> <20060630173037.GC7035@fetter.org> <25395.1151689313@sss.pgh.pa.us> <20060630180119.GD7035@fetter.org> Comments: In-reply-to David Fetter message dated "Fri, 30 Jun 2006 11:01:19 -0700" Date: Fri, 30 Jun 2006 14:39:40 -0400 Message-ID: <25888.1151692780@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200606/1241 X-Sequence-Number: 97613 David Fetter writes: > On Fri, Jun 30, 2006 at 01:41:53PM -0400, Tom Lane wrote: >> Sure, it's just the standard "make test" sequence in mysql's source. > Uh oh. I'm a little worried about writing tests based on GPLed code > for Slony-I or other replication systems. Might these need to be > clean-roomed? Oh, is that what you wanted 'em for? Probably. My recollection from the few that I've really looked at is that they're pretty mysql-specific anyway (eg, some of them are actual "regression" tests to catch reappearance of old mysql bugs). regards, tom lane