| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
| Cc: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
| Subject: | Re: Incorrect description of xmax and xip in functions docs |
| Date: | 2008-09-07 12:31:48 |
| Message-ID: | 200809071231.m87CVmD12043@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Simon Riggs wrote:
>
> On Sat, 2008-09-06 at 21:31 -0400, Bruce Momjian wrote:
> > Applied, and attached.
>
> Thanks.
>
> > > And for txid_visible_in_snapshot() comment added:
> > > "Function should not be used with subtransaction xids. It is possible
> > > that this function will return a true result for a subtransaction xid
> > > that was actually still in progress at the time of the snapshot".
> >
> > I think the cleaner solution is to throw an appropriate error if a
> > subtransaction xid is used, rather than adding documentation.
>
> Or maybe check subtrans for it, as it really should be doing.
Yea, that's what I meant. You can't be sure everyone is going to read
the documentation but they are sure to see the function results or error
message.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2008-09-07 21:04:03 | BUG #4410: Indexes not seen right away |
| Previous Message | Simon Riggs | 2008-09-07 11:14:23 | Re: Incorrect description of xmax and xip in functions docs |