Re: [HACKERS] Re: pgsql/src/backend/access/transam (xlog.c)

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Vadim Mikheev <vmikheev(at)sectorbase(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: [HACKERS] Re: pgsql/src/backend/access/transam (xlog.c)
Date: 2000-11-21 06:03:05
Message-ID: 20001121000305.A7127@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Yeah, I shoulda said off by one... Tom fixed the
expected file :-) ....

LER

* Vadim Mikheev <vmikheev(at)sectorbase(dot)com> [001121 00:01]:
> > Nope. Still fails...
>
> I know, but looks better, eh? -:)
>
> >
> > *** ./expected/opr_sanity.out Tue Nov 14 13:32:58 2000
> > --- ./results/opr_sanity.out Mon Nov 20 20:27:46 2000
> > ***************
> > *** 482,489 ****
> > (p2.pronargs = 1 AND p1.aggbasetype = 0)));
> > oid | aggname | oid | proname
> > -------+---------+-----+-------------
> > ! 16998 | max | 768 | int4larger
> > ! 17012 | min | 769 | int4smaller
> > (2 rows)
> >
> > -- Cross-check finalfn (if present) against its entry in pg_proc.
> > --- 482,489 ----
> > (p2.pronargs = 1 AND p1.aggbasetype = 0)));
> > oid | aggname | oid | proname
> > -------+---------+-----+-------------
> > ! 16997 | max | 768 | int4larger
> > ! 17011 | min | 769 | int4smaller
> > (2 rows)
> >
> > -- Cross-check finalfn (if present) against its entry in pg_proc.
> >
> > ======================================================================
> >
> > * vadim(at)postgresql(dot)org <vadim(at)postgresql(dot)org> [001120 20:11]:
> > > Date: Monday, November 20, 2000 @ 21:11:06
> > > Author: vadim
> > >
> > > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/transam
> > > from hub.org:/home/projects/pgsql/tmp/cvs-serv62721/src/backend/access/transam
> > >
> > > Modified Files:
> > > xlog.c
> > >
> > > ----------------------------- Log Message -----------------------------
> > >
> > > Init ShmemVariableCache in BootStrapXLOG()
> > > (should fix OID bootstraping).
> >
> > --
> > Larry Rosenman http://www.lerctr.org/~ler
> > Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
> > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
> >

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Vadim Mikheev 2000-11-21 06:09:00 Re: [HACKERS] Re: pgsql/src/backend/access/transam (xlog.c)
Previous Message PostgreSQL Main 2000-11-21 05:09:37 [WEBMASTER] 'www/html/projects index.html'

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 2000-11-21 06:09:00 Re: [HACKERS] Re: pgsql/src/backend/access/transam (xlog.c)
Previous Message Philip Warner 2000-11-21 05:51:24 Re: Table/Column Constraints