Patch to fix float8 test on FreeBSD/alpha

Started by Christopher Kings-Lynneover 24 years ago5 messagespatches
Jump to latest
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

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

Attachments:

alpha-patch.txttext/plain; name=alpha-patch.txtDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#1)
Re: Patch to fix float8 test on FreeBSD/alpha

"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

#3Bruce Momjian
bruce@momjian.us
In reply to: Christopher Kings-Lynne (#1)
Re: Patch to fix float8 test on FreeBSD/alpha

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
#4Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: Patch to fix float8 test on FreeBSD/alpha

"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
#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#4)
Re: Patch to fix float8 test on FreeBSD/alpha

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