Cleanup - Removal of apply_typmod function in #if 0
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-26T08:36:12Z
Lists: pgsql-hackers
Attachments
- 0001-Cleanup-removal-of-function-present-in-if-0.patch (application/octet-stream) patch 0001
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
Commits
-
Remove long unused code behind a #if 0
- d433b79b89c7 13.0 landed