[PATCH]Remove obsolete macro CHECKFLOATVAL in btree_gist - Mailing list pgsql-hackers

From tanghy.fnst@fujitsu.com
Subject [PATCH]Remove obsolete macro CHECKFLOATVAL in btree_gist
Date
Msg-id OS0PR01MB611358E3A7BC3C2F874AC36BFBF39@OS0PR01MB6113.jpnprd01.prod.outlook.com
Whole thread Raw
Responses RE: [PATCH]Remove obsolete macro CHECKFLOATVAL in btree_gist  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
List pgsql-hackers
Hi

Commit 6bf0bc842 replaced float.c's CHECKFLOATVAL() macro with static inline subroutines,
but the fix introduced a performance regression as Tom Lane pointed out and fixed at 607f8ce74.

Found obsolete CHECKFLOATVAL usage in contrib/btree_gist, and tried to fix it according to 607f8ce74.
The attached patch has been testified in master. All tap tests passed.

Regards,
Tang

Attachment

pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: logical replication empty transactions
Next
From: John Naylor
Date:
Subject: Re: RFC: Improve CPU cache locality of syscache searches