aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex/regex.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/regex.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/regex.h')
-rw-r--r--src/include/regex/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h
index f0c9876fe06..672ed2a382f 100644
--- a/src/include/regex/regex.h
+++ b/src/include/regex/regex.h
@@ -52,7 +52,7 @@ typedef struct
size_t re_nsub; /* number of parenthesized subexpressions */
const pg_wchar *re_endp; /* end pointer for REG_PEND */
struct re_guts *re_g; /* none of your business :-) */
-#ifdef MB
+#ifdef MULTIBYTE
pg_wchar *patsave; /* mee too :-) */
#endif