Function definition removed but prototype still there - Mailing list pgsql-hackers

From Rajeev rastogi
Subject Function definition removed but prototype still there
Date
Msg-id BF2827DCCE55594C8D7A8F7FFD3AB7713DDBD25E@SZXEML508-MBX.china.huawei.com
Whole thread Raw
Responses Re: Function definition removed but prototype still there  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers

As part of the below commit

 

                36a35c550ac114caa423bcbe339d3515db0cd957 (Compress GIN posting lists, for smaller index size.)

 

Function GinDataPageAddItemPointer definition was removed but corresponding prototype was still there.

 

Attached is the patch to fix the same.

 

Thanks and Regards,

Kumar Rajeev Rastogi

 

Attachment

pgsql-hackers by date:

Previous
From: Rajeev rastogi
Date:
Subject: Re: Patch: Show process IDs of processes holding a lock; show relation and tuple infos of a lock to acquire
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: UNION ALL on partitioned tables won't use indices.