From: Simon Riggs Date: Mon, 12 Sep 2016 08:01:58 +0000 (+0100) Subject: Fix copy/pasto in file identification X-Git-Tag: jit-before-rebase-2017-11-03~2715 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4068eb9918cbbeaba8042fa6fe0c1f5382f2f05f;p=users%2Fandresfreund%2Fpostgres.git Fix copy/pasto in file identification Daniel Gustafsson --- diff --git a/src/backend/storage/ipc/dsm_impl.c b/src/backend/storage/ipc/dsm_impl.c index c07a5c6b15..99051f02c8 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 * *------------------------------------------------------------------------- */