| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
| Cc: | Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>, tgl(at)sss(dot)pgh(dot)pa(dot)us, wieck(at)debis(dot)com, hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] NOTICE: LockRelease: locktable lookup failed, no lock |
| Date: | 1999-12-20 02:35:37 |
| Message-ID: | 199912200235.VAA20605@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> > >Seems the unique place we could call StartTransacationCommand()
> > >during backend startup is between InitCatalogCahe() and InitUserId()
> > >in InitPostgres() now.
> > >I tried the following patch and it seems work at least now.
> >
> > <snip>
> > Hiroshi
> >
> > I concur, after application of this patch I've not had a single
> > lock NOTICE: error in the regression tests.
> >
>
> Thanks.
>
> I'm not sure my patch has no problem.
> May I dare to commit it to current tree ?
Commit it. If it produces other problems, at least we will know where
to look.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-12-20 03:13:06 | Re: [HACKERS] Re: [PATCHES] Lock |
| Previous Message | Bruce Momjian | 1999-12-20 02:34:32 | Re: [COMMITTERS] pgsql/src/interfaces/libpgeasy (libpgeasy.c) |