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 44d1abe commit 7fe8722Copy full SHA for 7fe8722
src/backend/utils/adt/like.c
@@ -11,7 +11,7 @@
11
* Portions Copyright (c) 1994, Regents of the University of California
12
*
13
* IDENTIFICATION
14
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.34 2000/04/12 17:15:50 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.35 2000/06/14 18:59:42 momjian Exp $
15
16
*-------------------------------------------------------------------------
17
*/
@@ -133,7 +133,7 @@ textnlike(struct varlena * s, struct varlena * p)
133
134
#define LIKE_TRUE 1
135
#define LIKE_FALSE 0
136
-#define LIKE_ABORT -1
+#define LIKE_ABORT (-1)
137
138
/*--------------------
139
* Match text and p, return LIKE_TRUE, LIKE_FALSE, or LIKE_ABORT.
0 commit comments