pgsql: Fix some header identifications - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some header identifications
Date
Msg-id E1jvCjl-0007fk-J7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b8401c32bacd0869bd00bc71fd64f1d6071bcd6a

Modified Files
--------------
src/include/common/jsonapi.h        | 2 +-
src/include/jit/llvmjit_emit.h      | 2 +-
src/include/partitioning/partdesc.h | 2 +-
src/include/utils/jsonfuncs.h       | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comments related to table AMs
Next
From: David Rowley
Date:
Subject: pgsql: Fix timing issue with ALTER TABLE's validate constraint