pgsql: Straighten include order in guc-file.l

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Straighten include order in guc-file.l
Date: 2022-11-03 05:39:31
Message-ID: E1oqSwu-000Cvr-5Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Straighten include order in guc-file.l

Oversight in dac048f71eb

Michael Paquier

Reviewed by Julien Rouhaud
Discussion: https://www.postgresql.org/message-id/Y2IATvRGo347Lvd1%40paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/062eef3a9bbd5da9c26c93127ee6272193cb06e6

Modified Files
--------------
src/backend/utils/misc/guc-file.l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-11-03 06:03:04 Re: pgsql: Straighten include order in guc-file.l
Previous Message Tom Lane 2022-11-02 21:37:40 pgsql: Allow use of __sync_lock_test_and_set for spinlocks on any machi