Re: Cleanup - Removal of apply_typmod function in #if 0

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: vignesh C <vignesh21@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2020-03-02T07:57:33Z
Lists: pgsql-hackers
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



Commits

  1. Remove long unused code behind a #if 0