projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bdc300
)
Remove unused macro
author
Peter Eisentraut
Mon, 11 Feb 2019 09:07:25 +0000
(10:07 +0100)
committer
Peter Eisentraut
Mon, 11 Feb 2019 09:07:25 +0000
(10:07 +0100)
Last use was removed in
2c66f9924c1162bfba27c77004ccf42fb6ea188d
.
src/backend/utils/adt/format_type.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/format_type.c
b/src/backend/utils/adt/format_type.c
index 84a1b3c72b0840b836bccfc1b5d4d8ed52052a30..6ae2a31345f457921d460e6dc54965cc29caa6d8 100644
(file)
--- a/
src/backend/utils/adt/format_type.c
+++ b/
src/backend/utils/adt/format_type.c
@@
-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);