| From: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
|---|---|
| To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com> |
| Subject: | Re: [PATCH] Transaction traceability - txid_status(bigint) |
| Date: | 2016-08-23 00:55:00 |
| Message-ID: | CAMsr+YGuVDFdv4F4j0qv=wu=E_+=SQx5bawGe0enFWjeCnqzRw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 23 August 2016 at 01:03, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> I think you should use underscores to separate all of the words
> instead of only some of them.
>
>
ifassigned => if_assigned
ifrecent=> if_recent
Updated patch series attached. As before, 0-4 intended for commit, 5 just
because it'll be handy to have around for people doing wraparound related
testing.
Again, thanks for taking a look.
--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Introduce-txid_status-bigint-to-get-status-of-an-xac.patch | text/x-patch | 15.0 KB |
| 0002-Add-txid_current_ifassigned.patch | text/x-patch | 4.9 KB |
| 0003-Add-txid_convert_ifrecent-to-get-the-32-bit-xid-from.patch | text/x-patch | 11.5 KB |
| 0004-Add-txid_incinerate-test-function-for-fast-wrap-arou.patch | text/x-patch | 15.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2016-08-23 01:09:45 | Re: Forbid use of LF and CR characters in database and role names |
| Previous Message | Tom Lane | 2016-08-23 00:54:58 | Better locale-specific-character-class handling for regexps |