Re: pg_stat_reset() weirdness

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pg_stat_reset() weirdness
Дата
Msg-id 00b401c24053$aed5b6e0$0200a8c0@SOL
обсуждение исходный текст
Ответ на pg_stat_reset() weirdness  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: pg_stat_reset() weirdness
Re: pg_stat_reset() weirdness
Список pgsql-hackers
Ah doh - I thought it was catching it returning a boolean.  I'll fix and
resubmit.

Chris

----- Original Message -----
From: "Joe Conway" <mail@joeconway.com>
To: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
Cc: "Hackers" <pgsql-hackers@postgresql.org>
Sent: Friday, August 09, 2002 11:26 PM
Subject: Re: [HACKERS] pg_stat_reset() weirdness


> Christopher Kings-Lynne wrote:
> > Hi guys,
> >
> > If you apply the pg_stat_reset() function patch you get this regression
> > failure.  Is this because it's returning a bool I guess?  Shall I just
fix
> > the regression test to exclude this function?
>
>
>  >         AND p1.proname != 'update_pg_pwd_and_pg_group';
>  >    oid  |    proname
>  > ! ------+---------------
>  > !  2249 | pg_stat_reset
>  > ! (1 row)
>
> Likely because this is now in CVS:
>
> DATA(insert OID = 2249 ( record        PGNSP PGUID  4 t p t \054 0 0
> oidin oidout          i p f 0 -1 0 _null_ _null_ ));
> #define RECORDOID               2249
>
> The Oids conflict.
>
> Joe
>



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: pg_stat_reset() weirdness
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Proposal: stand-alone composite types