Remove some unnecessary includes of "access/xlog_internal.h"

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-12-08T11:44:38Z
Lists: pgsql-hackers

Attachments

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.

Commits

  1. Remove some unnecessary includes of "access/xlog_internal.h"