| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Sachin Kulkarni <kulksac(at)iit(dot)edu> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: Error: Resource owner. |
| Date: | 2007-07-26 04:52:17 |
| Message-ID: | 16887.1185425537@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Sachin Kulkarni <kulksac(at)iit(dot)edu> writes:
> I am working on modifying a part of the B-tree search code on a
> project.
> I am done with my work but am stuck with the following error.
> Any idea what's going wrong?
> ERROR: buffer 1015 is not owned by resource owner Portal
Please do not post this type of question to pgsql-committers, it's
not the appropriate venue.
However, it looks like the problem is you're trying to release a buffer
in a different context than where you acquired it. Hard to say more
with no details.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-07-26 15:15:18 | pgsql: Remove FileUnlink(), which wasn't being used anywhere and |
| Previous Message | Sachin Kulkarni | 2007-07-26 01:40:23 | Error: Resource owner. |