]> granicus.if.org Git - postgresql/commitdiff
Remove unused macro
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 11 Feb 2019 09:07:25 +0000 (10:07 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 11 Feb 2019 09:07:25 +0000 (10:07 +0100)
Last use was removed in 2c66f9924c1162bfba27c77004ccf42fb6ea188d.

src/backend/utils/adt/format_type.c

index 84a1b3c72b0840b836bccfc1b5d4d8ed52052a30..6ae2a31345f457921d460e6dc54965cc29caa6d8 100644 (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);