]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/adt/format_type.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / format_type.c
index f1f0ba3e0b3fa0720da05cb4b5f4e93fb4cd3a29..6ae2a31345f457921d460e6dc54965cc29caa6d8 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
@@ -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);