From 0a047a1e3ef852884278b1324df73e359972c43a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 12 Oct 2017 11:35:54 -0400 Subject: [PATCH] Doc: fix typo in release notes. Ioseph Kim Discussion: https://postgr.es/m/e7a79f91-8244-5bcb-afcc-96c817e86f4e@postgresql.kr --- doc/src/sgml/release-10.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index fed67e1b23..9ef798183d 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -1946,7 +1946,7 @@ --> Add function txid_current_ifassigned() + linkend="functions-txid-snapshot">txid_current_if_assigned() to return the current transaction ID or NULL if no transaction ID has been assigned (Craig Ringer)