Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita01d0fa

Browse files
committed
Fix wrong file path in header comment
Header comment of shm_mq.c was mistakenly specifying path to shm_mq.h.It was introduced inec9037d. So, theoretically it could bebackpatched to 9.4, but it doesn't seem to worth it.
1 parentf98b847 commita01d0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/storage/ipc/shm_mq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* src/include/storage/shm_mq.h
14+
* src/backend/storage/ipc/shm_mq.c
1515
*
1616
*-------------------------------------------------------------------------
1717
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp