Remove some unnecessary includes of "access/xlog_internal.h" - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Remove some unnecessary includes of "access/xlog_internal.h"
Date
Msg-id a56a6eec-eb14-471b-9570-3cac23603964@eisentraut.org
Whole thread Raw
Responses Re: Remove some unnecessary includes of "access/xlog_internal.h"
List pgsql-hackers
I found a few places where access/xlog_internal.h was apparently 
included unnecessarily.  In some of those places, a more specific header 
file (that somehow came in via access/xlog_internal.h) can be used 
instead.  The *.h file change passes headerscheck.
Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Add code indentation check to cirrus-ci (was Re: Add BF member koel-like indentation checks to SanityCheck CI)
Next
From: Amit Kapila
Date:
Subject: Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION