pgsql: Fix some header identifications

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix some header identifications
Дата
Msg-id E1jvCjl-0007fk-J7@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix comments related to table AMs
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Fix timing issue with ALTER TABLE's validate constraint