Fix some header identifications
authorMichael Paquier <michael@paquier.xyz>
Tue, 14 Jul 2020 04:39:45 +0000 (13:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 14 Jul 2020 04:39:45 +0000 (13:39 +0900)
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

src/include/common/jsonapi.h
src/include/jit/llvmjit_emit.h
src/include/partitioning/partdesc.h
src/include/utils/jsonfuncs.h

index bcfd57cc53c467f7f2bf247690e9eb5b77f680c0..1fee0ea81e47a90d32c6e6e646328959326eaae2 100644 (file)
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * src/include/utils/jsonapi.h
+ * src/include/common/jsonapi.h
  *
  *-------------------------------------------------------------------------
  */
index 74607a43770af4148f60de559904d85751c9ba64..1a7d6db7259e0341cafe5b4096cd98bd845c7618 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (c) 2018-2020, PostgreSQL Global Development Group
  *
- * src/include/lib/llvmjit_emit.h
+ * src/include/jit/llvmjit_emit.h
  */
 #ifndef LLVMJIT_EMIT_H
 #define LLVMJIT_EMIT_H
index fb416e073d0754f47121e2da362c1f933aa8ea38..70df764981e70c893d0364770d2eba25e090b7c5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (c) 1996-2020, PostgreSQL Global Development Group
  *
- * src/include/utils/partdesc.h
+ * src/include/partitioning/partdesc.h
  *
  *-------------------------------------------------------------------------
  */
index 1f1b4029cbf121cbe4eedc74c887b3339cbeb3d2..4796b2b78bf9af5cd2f1ef77aa24c71e3f070be1 100644 (file)
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * src/include/utils/jsonapi.h
+ * src/include/utils/jsonfuncs.h
  *
  *-------------------------------------------------------------------------
  */