Re: LIKE indexing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: LIKE indexing
Date: 2001-08-20 04:08:46
Message-ID: 28268.998280526@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> If your changes only conflict in the system catalog headers I can redo
> those when you're done. (Presuming there's documentation coming along.)

Actually, all those uses of op_class() are going to conflict too...
op_class doesn't need an AM OID parameter anymore (and besides which,
I renamed it to op_in_opclass).

If you feel ready to commit, do so, and I'll do the merge.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-20 04:33:26 Re: LIKE indexing
Previous Message Tatsuo Ishii 2001-08-20 01:12:01 Re: Locale by default?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-08-20 04:33:26 Re: LIKE indexing
Previous Message Peter Eisentraut 2001-08-19 22:25:16 Re: LIKE indexing