Fix wrong file path in header comment
authorAlexander Korotkov <akorotkov@postgresql.org>
Wed, 11 Jul 2018 10:16:46 +0000 (13:16 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Wed, 11 Jul 2018 10:16:46 +0000 (13:16 +0300)
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.

src/backend/storage/ipc/shm_mq.c

index 9c227c0a64aee17495fee412fce4efa1233fd0b4..fde71afd479a307a152bcb7642aaa44726f21694 100644 (file)
@@ -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
  *
  *-------------------------------------------------------------------------
  */