1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Remove unused macro

Last use was removed in 2c66f9924c1162bfba27c77004ccf42fb6ea188d.
This commit is contained in:
Peter Eisentraut 2019-02-11 10:07:25 +01:00
parent 6bdc3005b5
commit 78b0cac74d

View File

@ -26,8 +26,6 @@
#include "utils/syscache.h"
#include "mb/pg_wchar.h"
#define MAX_INT32_LEN 11
static char *printTypmod(const char *typname, int32 typmod, Oid typmodout);