Thread: Patch to fix float8 test on FreeBSD/alpha
Here is the patch - it's trivial, so anyone could just commit it. I'd like to get the geometry test to pass as well though - how do I go about doing it? Chris
Attachment
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes: > Here is the patch - it's trivial, so anyone could just commit it. I'd like > to get the geometry test to pass as well though - how do I go about doing > it? Do any of the existing geometry comparison files match what you're getting? If not, we'd need to create a new one. regards, tom lane
Patch applied. Thanks. --------------------------------------------------------------------------- > Here is the patch - it's trivial, so anyone could just commit it. I'd like > to get the geometry test to pass as well though - how do I go about doing > it? > > Chris [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes: > > Here is the patch - it's trivial, so anyone could just commit it. I'd like > > to get the geometry test to pass as well though - how do I go about doing > > it? > > Do any of the existing geometry comparison files match what you're > getting? If not, we'd need to create a new one. It already does match one. The patch is just to resultmap. Looks like you figured that out because someone already applied the patch. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Bruce Momjian <pgman@candle.pha.pa.us> writes: > It already does match one. The patch is just to resultmap. Looks like > you figured that out because someone already applied the patch. No, that was for float8; geometry is still outstanding. regards, tom lane