aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex/utils.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-07-18 18:34:34 +0000
committerBruce Momjian <bruce@momjian.us>1998-07-18 18:34:34 +0000
commit7b2b779a2a00adef83ec530399aece723610d90c (patch)
tree6d3945d1b27df88896e1b0bcb6ea554c9d18bbcd /src/include/regex/utils.h
parent550f2097979eaea10b9f2d248524061301842339 (diff)
downloadpostgresql-7b2b779a2a00adef83ec530399aece723610d90c.tar.gz
postgresql-7b2b779a2a00adef83ec530399aece723610d90c.zip
Add auto-size to screen to \d? commands. Use UNION to show all
\d? results in one query. Add \d? field search feature. Rename MB to MULTIBYTE.
Diffstat (limited to 'src/include/regex/utils.h')
-rw-r--r--src/include/regex/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h
index 6f02759aa14..e6f169065fb 100644
--- a/src/include/regex/utils.h
+++ b/src/include/regex/utils.h
@@ -43,7 +43,7 @@
#define DUPMAX 100000000 /* xxx is this right? */
#define INFINITY (DUPMAX + 1)
-#ifdef MB
+#ifdef MULTIBYTE
#define NC (SHRT_MAX - SHRT_MIN + 1)
#else
#define NC (CHAR_MAX - CHAR_MIN + 1)