Re: Ordering of header file inclusion
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: vignesh C <vignesh21@gmail.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Andres Freund <andres@anarazel.de>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-21T03:22:21Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Make the order of the header file includes consistent.
- e0487223ecac 13.0 landed
-
Make the order of the header file includes consistent in backend modules.
- 14aec0350230 13.0 landed
-
Make the order of the header file includes consistent in non-backend modules.
- dddf4cdc3300 13.0 landed
-
Make the order of the header file includes consistent in contrib modules.
- 7e735035f208 13.0 landed
Amit Kapila <amit.kapila16@gmail.com> writes: > On Sun, Oct 20, 2019 at 10:58 PM vignesh C <vignesh21@gmail.com> wrote: >> Should we make this changes only in master branch or should we make in >> back branches also. > I am in favor of doing this only for HEAD, but I am fine if others > want to see for back branches as well and you can prepare the patches > for the same. There is no good reason to back-patch this. regards, tom lane