Fix a typo in dsm_impl.c
Hi,
Attached the patch for $subject.
s/reamin/remain/
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_dsm_impl_c.patchapplication/octet-stream; name=fix_typo_in_dsm_impl_c.patchDownload
diff --git a/src/backend/storage/ipc/dsm_impl.c b/src/backend/storage/ipc/dsm_impl.c
index b18bea6..6c4e60b 100644
--- a/src/backend/storage/ipc/dsm_impl.c
+++ b/src/backend/storage/ipc/dsm_impl.c
@@ -682,7 +682,7 @@ dsm_impl_windows(dsm_op op, dsm_handle handle, Size request_size,
/*
* Handle teardown cases. Since Windows automatically destroys the object
- * when no references reamin, we can treat it the same as detach.
+ * when no references remain, we can treat it the same as detach.
*/
if (op == DSM_OP_DETACH || op == DSM_OP_DESTROY)
{
On Mon, Nov 6, 2017 at 11:22 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Attached the patch for $subject.
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 Wed, Nov 8, 2017 at 6:36 AM, Robert Haas <robertmhaas@gmail.com> wrote:
On Mon, Nov 6, 2017 at 11:22 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Attached the patch for $subject.
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