Changeset 17842 for trunk/psLib/src/db/psDB.c
- Timestamp:
- May 28, 2008, 4:53:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r17841 r17842 23 23 * 4.1.2 or newer is required. 24 24 * 25 * $Id: psDB.c,v 1.15 5 2008-05-29 02:43:04jhoblitt Exp $25 * $Id: psDB.c,v 1.156 2008-05-29 02:53:20 jhoblitt Exp $ 26 26 */ 27 27 … … 1709 1709 int errbuf_size = 1024; 1710 1710 char errbuf[errbuf_size]; 1711 char *pattern = "INDEX[:space:]*[(]([^)]*)"; 1711 // don't accidentally match uindex 1712 char *pattern = "[^U]INDEX[:space:]*[(]([^)]*)"; 1712 1713 1713 1714 int status = regcomp(&myregex, pattern, REG_EXTENDED|REG_ICASE);
Note:
See TracChangeset
for help on using the changeset viewer.
