pgsql: Remove get_atttypmod()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove get_atttypmod()
Date: 2018-10-23 12:49:59
Message-ID: E1gEw8F-0006Yx-NJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove get_atttypmod()

This has been unused since 2004. get_atttypetypmodcoll() is often a
better alternative.

Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c903bb7b1c3ce82e21d6bd1af1dc45a58cd88455

Modified Files
--------------
src/backend/utils/cache/lsyscache.c | 29 +----------------------------
src/include/utils/lsyscache.h | 1 -
2 files changed, 1 insertion(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-10-24 08:06:48 pgsql: List wait events in alphabetical order
Previous Message Peter Eisentraut 2018-10-23 12:37:35 pgsql: Drop const cast from dlsym() calls