From: Simon Riggs Date: Mon, 12 Sep 2016 08:02:32 +0000 (+0100) Subject: Fix copy/pasto in file identification X-Git-Tag: XL9_5_R1_4~4^2~68 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=75684fc1f5bbcb097f8230cb9d897b689d44eb10;p=postgres-xl.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 0b10dac729..5781d48497 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 * *------------------------------------------------------------------------- */