Typo in filename identification

Started by Daniel Gustafssonover 9 years ago2 messages
#1Daniel Gustafsson
daniel@yesql.se
1 attachment(s)

The IDENTIFICATION filename in src/backend/storage/ipc/dsm_impl.c is
incorrectly labelling the file dsm.c. Patch fixing the typo attached.

cheers ./daniel

Attachments:

typo-dsm_impl_identification.diffapplication/octet-stream; name=typo-dsm_impl_identification.diffDownload
commit add80b9900ec7adbefb449c8d10a01716a3c3aad
Author: Daniel Gustafsson <daniel@yesql.se>
Date:   Mon Sep 12 00:49:14 2016 +0200

    Fix filename typo in IDENTIFICATION

diff --git a/src/backend/storage/ipc/dsm_impl.c b/src/backend/storage/ipc/dsm_impl.c
index c07a5c6..99051f0 100644
--- a/src/backend/storage/ipc/dsm_impl.c
+++ b/src/backend/storage/ipc/dsm_impl.c
@@ -41,7 +41,7 @@
  *
  *
  * IDENTIFICATION
- *	  src/backend/storage/ipc/dsm.c
+ *	  src/backend/storage/ipc/dsm_impl.c
  *
  *-------------------------------------------------------------------------
  */
#2Simon Riggs
simon@2ndquadrant.com
In reply to: Daniel Gustafsson (#1)
Re: Typo in filename identification

On 11 September 2016 at 23:56, Daniel Gustafsson <daniel@yesql.se> wrote:

The IDENTIFICATION filename in src/backend/storage/ipc/dsm_impl.c is
incorrectly labelling the file dsm.c. Patch fixing the typo attached.

cheers ./daniel

Applied, thanks.

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers