Cleanup - Removal of apply_typmod function in #if 0

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Cleanup - Removal of apply_typmod function in #if 0
Date: 2019-10-26 08:36:12
Message-ID: CALDaNm3sn4yOq-4rogb-CfE0EYw6b3mVzz8+DnS9BNRwPnhngw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Cleanup-removal-of-function-present-in-if-0.patch application/octet-stream 2.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2019-10-26 08:40:54 Re: MinGW compiler warnings in ecpg tests
Previous Message Amit Kapila 2019-10-26 07:12:27 Re: TOAST corruption in standby database