From: Simon Riggs Date: Mon, 12 Sep 2016 08:02:17 +0000 (+0100) Subject: Fix copy/pasto in file identification X-Git-Tag: REL9_6_0~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b47cb35fa516c1bb380ab4edf3131fb6adfacfe;p=postgresql 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 173b982219..419c48e5ff 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 * *------------------------------------------------------------------------- */