Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Korotkov2018-07-11 10:16:46 +0000
committerAlexander Korotkov2018-07-11 10:16:46 +0000
commita01d0fa1d889cc2003e1941e8b98707c4d701ba9 (patch)
tree023c56b4bbc57f9af1629eb569f8faf715c16f55 /src/backend
parentf98b8476cd4a19dfc602ab95642ce08e53877d65 (diff)
Fix wrong file path in header comment
Header comment of shm_mq.c was mistakenly specifying path to shm_mq.h. It was introduced in ec9037df. So, theoretically it could be backpatched to 9.4, but it doesn't seem to worth it.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/storage/ipc/shm_mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/shm_mq.c b/src/backend/storage/ipc/shm_mq.c
index 9c227c0a64a..fde71afd479 100644
--- a/src/backend/storage/ipc/shm_mq.c
+++ b/src/backend/storage/ipc/shm_mq.c
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/include/storage/shm_mq.h
+ * src/backend/storage/ipc/shm_mq.c
*
*-------------------------------------------------------------------------
*/