Re: [HACKERS] Another bug in pg_operator.h

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Another bug in pg_operator.h
Дата
Msg-id 199810291802.NAA20294@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Another bug in pg_operator.h  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > Yes.  See include/catalog/template1_check.sql.  Uses SQL to do checks.
> 
> Hmm.  OK, that script has some overlap with what I did last night.
> But is it run automatically?  I think putting the checks into a
> regression test is a better plan.

You were right, template1_check.sql is generated by
pgsql/contrib/findoidjoins/make_oidjoin_check.

It is not run automatically, but should be, just as duplicate_oids
should be.

> 
> Also, in playing around with template1_check.sql, I discovered that
> pg_operator OID 644
> 
> DATA(insert OID = 644 (  "<>"       PGUID 0 b t f  30  30  16 644 649  0  0 oid8ne neqsel neqjoinsel ));
> 
> points to a nonexistent operator --- there is no oid8ne in pg_proc, nor
> in the code... anyone feel like fixing it?

Added.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/include/catalog pg_operator.h'
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] regression test results - Linux, cvs