Обсуждение: pgsql: Fix some header identifications

Поиск
Список
Период
Сортировка

pgsql: Fix some header identifications

От
Michael Paquier
Дата:
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(-)