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

Commitb8401c3

Browse files
committed
Fix some header identifications
The following header files missed the shot:- jsonfuncs.h, as of ce0425b.- jsonapi.h, as ofbeb4699.- llvmjit_emit.h as of7ec0d80.- partdesc.h, as of1bb5e78.Author: Jesse ZhangDiscussion:https://postgr.es/m/CAGf+fX4-8xULEOz09DE2dZGjT+q8VJ--rqfTpvcFwc+A4fc-3Q@mail.gmail.com
1 parent9168793 commitb8401c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎src/include/common/jsonapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* src/include/utils/jsonapi.h
9+
* src/include/common/jsonapi.h
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/include/jit/llvmjit_emit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (c) 2018-2020, PostgreSQL Global Development Group
66
*
7-
* src/include/lib/llvmjit_emit.h
7+
* src/include/jit/llvmjit_emit.h
88
*/
99
#ifndefLLVMJIT_EMIT_H
1010
#defineLLVMJIT_EMIT_H

‎src/include/partitioning/partdesc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (c) 1996-2020, PostgreSQL Global Development Group
66
*
7-
* src/include/utils/partdesc.h
7+
* src/include/partitioning/partdesc.h
88
*
99
*-------------------------------------------------------------------------
1010
*/

‎src/include/utils/jsonfuncs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* src/include/utils/jsonapi.h
9+
* src/include/utils/jsonfuncs.h
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp