From 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:25:27 +0000 Subject: Another 'mega-commit' of back-patches ... - integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN --- src/backend/utils/adt/like.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/backend/utils/adt/like.c') diff --git a/src/backend/utils/adt/like.c b/src/backend/utils/adt/like.c index 2d35bfabaca..84b8b6fff41 100644 --- a/src/backend/utils/adt/like.c +++ b/src/backend/utils/adt/like.c @@ -17,11 +17,9 @@ * *------------------------------------------------------------------------- */ -#include -#include "postgres.h" /* postgres system include file */ -#include "utils/palloc.h" -#include "utils/builtins.h" /* where the function declarations go */ +#include "postgres.h" #include "mb/pg_wchar.h" +#include "utils/builtins.h" static int like(pg_wchar * text, pg_wchar * p); @@ -111,7 +109,7 @@ textnlike(struct varlena * s, struct varlena * p) } -/* $Revision: 1.25 $ +/* $Revision: 1.25.2.1 $ ** "like.c" A first attempt at a LIKE operator for Postgres95. ** ** Originally written by Rich $alz, mirror!rs, Wed Nov 26 19:03:17 EST 1986. -- cgit v1.2.3