pgsql-server/src backend/utils/adt/like.c incl ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/utils/adt/like.c incl ...
Date: 2002-08-22 04:45:12
Message-ID: 20020822044512.1A25F476588@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/22 00:45:12

Modified files:
src/backend/utils/adt: like.c
src/include/catalog: pg_operator.h pg_proc.h

Log message:
As suggested by Tom, this patch restricts the right-hand argument of
bytealike to TEXT.

This leaves like_escape_bytea() without anything to do, but I left it in
place in anticipation of the eventual bytea pattern selectivity
functions. If there is agreement that this would be the best long term
solution, I'll take it as a TODO for 7.4.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-22 04:47:32 pgsql-server/doc TODO
Previous Message Bruce Momjian - CVS 2002-08-22 04:41:08 pgsql-server/src/include/catalog pg_proc.h