Lists: | pgsql-docs |
---|
From: | Ioseph Kim <pgsql-kr(at)postgresql(dot)kr> |
---|---|
To: | pgsql-docs(at)postgresql(dot)org |
Subject: | version 10 release note mistype in release-10.sgml |
Date: | 2017-10-12 05:17:09 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
Add function |txid_current_ifassigned()|
<https://www.postgresql.org/docs/10/static/functions-info.html#functions-txid-snapshot>
to return
->
Add function |txid_current_if_assigned()|
<https://www.postgresql.org/docs/10/static/functions-info.html#functions-txid-snapshot>
to return
From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Ioseph Kim <pgsql-kr(at)postgresql(dot)kr> |
Cc: | pgsql-docs(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: version 10 release note mistype in release-10.sgml |
Date: | 2017-10-12 05:27:15 |
Message-ID: | CAB7nPqTx3CErW1Xes7iPoS-G4wcNg1a6NSgiVeyy6GUWsvqD_A@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
On Thu, Oct 12, 2017 at 2:17 PM, Ioseph Kim <pgsql-kr(at)postgresql(dot)kr> wrote:
> Add function txid_current_ifassigned() to return
>
> ->
>
> Add function txid_current_if_assigned() to return
Indeed, the release notes are getting that wrong because the commit
message of 86f31695f is wrong.
--
Michael
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | Ioseph Kim <pgsql-kr(at)postgresql(dot)kr>, pgsql-docs(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: version 10 release note mistype in release-10.sgml |
Date: | 2017-10-12 15:37:08 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-docs |
Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
> On Thu, Oct 12, 2017 at 2:17 PM, Ioseph Kim <pgsql-kr(at)postgresql(dot)kr> wrote:
>> Add function txid_current_ifassigned() to return
>> ->
>> Add function txid_current_if_assigned() to return
> Indeed, the release notes are getting that wrong because the commit
> message of 86f31695f is wrong.
Evidently :-(. Pushed, thanks!
regards, tom lane