Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b8401c3

Browse files
committed
Fix some header identifications
The following header files missed the shot: - jsonfuncs.h, as of ce0425b. - jsonapi.h, as of beb4699. - llvmjit_emit.h as of 7ec0d80. - partdesc.h, as of 1bb5e78. Author: Jesse Zhang Discussion: https://postgr.es/m/CAGf+fX4-8xULEOz09DE2dZGjT+q8VJ--rqfTpvcFwc+A4fc-3Q@mail.gmail.com
1 parent 9168793 commit b8401c3

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
#ifndef LLVMJIT_EMIT_H
1010
#define LLVMJIT_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)