An incomplete comment sentence in subtrans.c
Hi,
There is an incomplete sentence at top of subtrans.c file. I think the
commit 88e66d19 removed the whole line mistakenly.
Attached patch fixes this.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_comment_subtrans_c.patchapplication/octet-stream; name=fix_comment_subtrans_c.patchDownload
diff --git a/src/backend/access/transam/subtrans.c b/src/backend/access/transam/subtrans.c
index cef03f8..f640661 100644
--- a/src/backend/access/transam/subtrans.c
+++ b/src/backend/access/transam/subtrans.c
@@ -10,6 +10,7 @@
* The tree can easily be walked from child to parent, but not in the
* opposite direction.
*
+ * This code is based on xact.c, but the robustness requirements
* are completely different from pg_xact, because we only need to remember
* pg_subtrans information for currently-open transactions. Thus, there is
* no need to preserve data over a crash and restart.
On Tue, May 30, 2017 at 7:43 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
There is an incomplete sentence at top of subtrans.c file. I think the
commit 88e66d19 removed the whole line mistakenly.
Thanks for the patch. Sorry for the mistake that made it necessary. Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Thu, Jun 1, 2017 at 3:26 AM, Robert Haas <robertmhaas@gmail.com> wrote:
On Tue, May 30, 2017 at 7:43 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
There is an incomplete sentence at top of subtrans.c file. I think the
commit 88e66d19 removed the whole line mistakenly.Thanks for the patch. Sorry for the mistake that made it necessary. Committed.
Thank you!
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers