Comparing two double values method - Mailing list pgsql-hackers

From Bowen Shi
Subject Comparing two double values method
Date
Msg-id CAM_vCudjye0sFXOWaoaYg6J=OT8jq9Hy-EGCc30qE6CU=9Pf5w@mail.gmail.com
Whole thread Raw
Responses Re: Comparing two double values method
Re: Comparing two double values method
List pgsql-hackers
Dears,

I noticed that in the `check_GUC_init` function, there is a direct
comparison using the != operator for two double values, which seems
problematic.

I wrote this patch to fix this.

--
Regard,
Bowen Shi

Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Advice about preloaded libraries
Next
From: vignesh C
Date:
Subject: Re: Making aggregate deserialization (and WAL receive) functions slightly faster