Cleanup - Removal of apply_typmod function in #if 0

Started by vignesh Cover 6 years ago3 messageshackers
Jump to latest
#1vignesh C
vignesh21@gmail.com

Hi,

One of the function apply_typmod in numeric.c file present within #if 0.
This is like this for many years.
I felt this can be removed.
Attached patch contains the changes to handle removal of apply_typmod
present in #if 0.
Thoughts?

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

Attachments:

0001-Cleanup-removal-of-function-present-in-if-0.patchapplication/octet-stream; name=0001-Cleanup-removal-of-function-present-in-if-0.patchDownload+0-84
#2Peter Eisentraut
peter_e@gmx.net
In reply to: vignesh C (#1)
Re: Cleanup - Removal of apply_typmod function in #if 0

On 2019-10-26 10:36, vignesh C wrote:

One of the function apply_typmod in numeric.c file present within #if 0.
This is like this for many years.
I felt this can be removed.
Attached patch contains the changes to handle removal of apply_typmod
present in #if 0.

committed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

#3vignesh C
vignesh21@gmail.com
In reply to: Peter Eisentraut (#2)
Re: Cleanup - Removal of apply_typmod function in #if 0

On Mon, Mar 2, 2020 at 1:27 PM Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:

On 2019-10-26 10:36, vignesh C wrote:

One of the function apply_typmod in numeric.c file present within #if 0.
This is like this for many years.
I felt this can be removed.
Attached patch contains the changes to handle removal of apply_typmod
present in #if 0.

committed

Thanks Peter for committing.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com