We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9e25c commit 0e5ab36Copy full SHA for 0e5ab36
src/backend/utils/adt/regexp.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.4 1996/11/06 10:31:04 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.5 1996/11/10 01:20:44 bryanh Exp $
11
12
* Alistair Crooks added the code for the regex caching
13
* agc - cached the regular expressions used - there's a good chance
@@ -38,13 +38,6 @@
38
#undef _XOPEN_SOURCE
39
#endif /* DISABLE_XOPEN_NLS */
40
41
-#ifndef WIN32
42
-
43
-#include <sys/types.h>
44
-#include <regex.h>
45
46
-#endif /* WIN32 why is this necessary? */
47
48
/* this is the number of cached regular expressions held. */
49
#ifndef MAX_CACHED_RES
50
#define MAX_CACHED_RES 32
0 commit comments