pgsql: Fix some header identifications

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some header identifications
Date: 2020-07-14 04:40:13
Message-ID: E1jvCjl-0007fk-J7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-07-14 05:02:35 pgsql: Fix timing issue with ALTER TABLE's validate constraint
Previous Message Michael Paquier 2020-07-14 04:18:32 pgsql: Fix comments related to table AMs